commit | 7fa456c2acda8a450080f86bfe5d9fce939cbe15 | [log] [tgz] |
---|---|---|
author | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Oct 14 19:38:52 2009 +0000 |
committer | jlabanca@google.com <jlabanca@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Wed Oct 14 19:38:52 2009 +0000 |
tree | 957048a73b77e08919d78087fd730d891435e8a4 | |
parent | 57b6940455a07cec35d5cc690620335ce9f167b0 [diff] |
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() {