langtools/test/tools/javac/meth/InvokeDyn.java
changeset 7330 7c670eebe55c
parent 6592 dc56420a69bc
--- a/langtools/test/tools/javac/meth/InvokeDyn.java	Wed Nov 17 15:07:43 2010 -0800
+++ b/langtools/test/tools/javac/meth/InvokeDyn.java	Thu Nov 18 16:13:11 2010 -0800
@@ -58,7 +58,7 @@
         ojunk = InvokeDynamic.greet(x, "mundus", 456);
         ojunk = InvokeDynamic.greet(x, "kosmos", 789);
         ojunk = (String) InvokeDynamic.cogitate(10.11121, 3.14);
-        InvokeDynamic.#"yow: what I mean to say is, please treat this one specially"(null);
+        //InvokeDynamic.#"yow: what I mean to say is, please treat this one specially"(null);
         ijunk = (int) InvokeDynamic.invoke("goodbye");
     }
 }