< prev index next >

test/langtools/jdk/javadoc/doclet/testModules/TestEmptyModule.java

Print this page

        

@@ -62,10 +62,10 @@
                 "-quiet",
                 "--module-source-path", base.toString(),
                 "--module", "empty");
         checkExit(Exit.OK);
 
-        checkOutput("empty-summary.html", true,
+        checkOutput("empty/module-summary.html", true,
                 "module empty.");
     }
 
 }
< prev index next >