Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Test
- public void emptyingATryBlockWithTwoHandlers(@TempDir File tempDir) throws IOException {
- manipulator = OptimizerTester.getGraphManipulator(CLASS_NAME, "tryBlockWithTwoCatches()");
- File out = tempDir.createTempFile("test", "simplify");
- classManager.getDexBuilder().writeTo(new FileDataStore(out));
- }
Advertisement
Add Comment
Please, Sign In to add comment