8148012: get rid of slash-dot-dot in @library directives

Reviewed-by: dholmes, dfazunen, cjplummer
This commit is contained in:
Igor Ignatyev 2016-01-29 03:11:16 +03:00
parent c675914f1c
commit ffbb39518c
31 changed files with 31 additions and 31 deletions

View file

@ -25,7 +25,7 @@
* @test
* @bug 8137167
* @summary Tests CompileCommand=print
* @library /testlibrary /../../test/lib /compiler/testlibrary ../share /
* @library /testlibrary /test/lib /compiler/testlibrary ../share /
* @build compiler.compilercontrol.commands.PrintTest
* pool.sub.* pool.subpack.* sun.hotspot.WhiteBox
* compiler.testlibrary.CompilerUtils compiler.compilercontrol.share.actions.*