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