test/java/lang/reflect/Module/ModuleAnnotationTest.java

Print this page

        

@@ -51,11 +51,11 @@
         failCount++;
     }
 
     public static void main(String[] argv) throws Exception {
         File libPath = new File(argv[0]);
-        Library lb = SimpleLibrary.open(libPath, false);
+        Library lb = SimpleLibrary.open(libPath);
 
         List<ModuleId> mids = lb.findModuleIds("test.foo.bar");
         if (mids.size() != 1)
             throw new RuntimeException("Installed modules: " + mids);