langtools/test/tools/javac/api/6440528/T6440528.java
changeset 27321 c8eceba990bf
parent 27226 53535e4e1b08
child 27852 2e6ad0e4fe20
--- a/langtools/test/tools/javac/api/6440528/T6440528.java	Wed Oct 29 18:01:22 2014 -0700
+++ b/langtools/test/tools/javac/api/6440528/T6440528.java	Wed Oct 29 19:07:34 2014 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2006, 2014, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -66,6 +66,8 @@
     }
 
     public static void main(String... args) throws Exception {
-        new T6440528().test(args);
+        try (T6440528 t = new T6440528()) {
+            t.test(args);
+        }
     }
 }