]> source.dussan.org Git - aspectj.git/commitdiff
make tests tidy up after themselves V1_8_3
authorAndy Clement <aclement@gopivotal.com>
Thu, 23 Oct 2014 18:24:00 +0000 (11:24 -0700)
committerAndy Clement <aclement@gopivotal.com>
Thu, 23 Oct 2014 18:24:00 +0000 (11:24 -0700)
tests/bugs/serialVersionUID/Util.java

index 5de6964459187589e419fc407f52080761a46170..6d4dce2792c2b9e1ee5f2bb0ec3dc9708e0029db 100644 (file)
@@ -61,7 +61,7 @@ public class Util {
 
                if (command.equals("-read")) {
                        Object obj = read(name);
-                       try {new File(name).delete();} catch (IOException ioe) {}
+                       new File(name).delete();
                }
                else if (command.equals("-fail")) {
                        fail(name);