Removing a statement from CoverageTest that triggers a javac bug. Patch by: jabanca Review by: jat git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@6374 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/dev/jjs/test/CoverageTest.java b/user/test/com/google/gwt/dev/jjs/test/CoverageTest.java index 1f71d9b..8493a0d 100644 --- a/user/test/com/google/gwt/dev/jjs/test/CoverageTest.java +++ b/user/test/com/google/gwt/dev/jjs/test/CoverageTest.java
@@ -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() {