8165109: langtools/test switches to use new CLI options

Reviewed-by: jjg, amlu
This commit is contained in:
Mandy Chung 2016-08-30 20:49:41 -07:00
parent 8120ff3110
commit 2a62da3a63
15 changed files with 35 additions and 35 deletions

View file

@ -22,6 +22,6 @@
*/
// key: compiler.err.processorpath.no.processormodulepath
// options: -processormodulepath mods -processorpath mods
// options: --processor-module-path mods -processorpath mods
class ProcessorPathNoProcessorModulePath {}