7089131: test/java/lang/invoke/InvokeGenericTest.java does not compile

Reviewed-by: darcy, jrose
This commit is contained in:
Alan Bateman 2011-09-10 14:55:14 +01:00
parent d961381c47
commit b1fadc8f75

View File

@ -25,7 +25,7 @@
/* @test
* @summary unit tests for java.lang.invoke.MethodHandle.invoke
* @compile -target 7 InvokeGenericTest.java
* @compile InvokeGenericTest.java
* @run junit/othervm test.java.lang.invoke.InvokeGenericTest
*/