8164887: update tests to remove use of old-style options

Reviewed-by: mchung
This commit is contained in:
Jonathan Gibbons 2016-08-26 15:54:36 -07:00
parent 0b92f87233
commit 1386ffb4f2
23 changed files with 93 additions and 96 deletions

View file

@ -22,6 +22,6 @@
*/
// key: compiler.err.xmodule.no.module.sourcepath
// options: -Xmodule:java.compiler -modulesourcepath src
// options: -Xmodule:java.compiler --module-source-path src
class XModuleWithModulePath {}