Revision: 6374
Author: jlaba...@google.com
Date: Wed Oct 14 12:38:52 2009
Log: Removing a statement from CoverageTest that triggers a javac bug.

Patch by: jabanca
Review by: jat


http://code.google.com/p/google-web-toolkit/source/detail?r=6374

Modified:
  /trunk/user/test/com/google/gwt/dev/jjs/test/CoverageTest.java

=======================================
--- /trunk/user/test/com/google/gwt/dev/jjs/test/CoverageTest.java      Mon Jul 
 
20 22:35:44 2009
+++ /trunk/user/test/com/google/gwt/dev/jjs/test/CoverageTest.java      Wed Oct 
 
14 12:38:52 2009
@@ -101,7 +101,7 @@
         * see Google's internal issue 1628473. This is likely to be an  
hindrance
         * if and when GWT attempts to read bytecode directly.
         */
-      new NamedLocal().new NamedLocalSub().foo();
+      // new NamedLocal().new NamedLocalSub().foo();
      }

      public void bar() {

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to