test/sun/tools/java/CFCTest.java

Print this page

        

@@ -89,11 +89,11 @@
     /**
      * Failure is seen when getClassDefinition causes class read
      */
     void exerciseClassDefinition() throws Exception {
         BatchEnvironment env = new BatchEnvironment(System.out,
-                BatchEnvironment.createClassPath(testClassPath, null, null),
+                BatchEnvironment.createClassPath(testClassPath, null),
                 null);
         try {
             ClassDeclaration decl = env.getClassDeclaration(
                     Identifier.lookup(testClassName));
             decl.getClassDefinition(env);