8042771: Missing bug id in test/tools/javac/classfiles/attributes/SourceFile/NoSourceFileAttribute.java

Reviewed-by: jjg
This commit is contained in:
Andrey Nazarov 2014-05-12 17:09:26 +01:00
parent b35ce163b6
commit 23759a15dd

View File

@ -24,6 +24,7 @@
/*
* @test
* @summary sourcefile attribute test for file compiled without debug information.
* @bug 8040129
* @library /tools/javac/lib ../lib
* @build SourceFileTestBase TestBase InMemoryFileManager ToolBox
* @compile -g:none NoSourceFileAttribute.java