6724327: eliminate use of shell tests for simple golden file tests

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2008-07-10 11:25:23 -07:00
parent 02ef4bbc8c
commit aa985271fd
45 changed files with 133 additions and 1614 deletions

View file

@ -3,7 +3,7 @@
@summary Verify that ClassModifier "synchronized" is not allowed.
@author dps
@run shell SynchronizedClass.sh
@compile/fail/ref=SynchronizedClass.out -XDrawDiagnostics -XDstdout SynchronizedClass.java
*/
public synchronized class SynchronizedClass { } // ERROR