commit | 8d1769bc4405e48e4bf5959b77055b301eb95dbd | [log] [tgz] |
---|---|---|
author | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Mar 27 06:46:06 2008 +0000 |
committer | scottb@google.com <scottb@google.com@8db76d5a-ed1c-0410-87a9-c151d255dfc7> | Thu Mar 27 06:46:06 2008 +0000 |
tree | 08f68fe85f1e354d4dc172f637c02eef2c745ca6 | |
parent | 3c8dd4ae7d1ca2d02bd536f2a34f400703ff597f [diff] |
Removed a bogus test case. git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@2252 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/user/test/com/google/gwt/dev/jjs/test/CompilerTest.java b/user/test/com/google/gwt/dev/jjs/test/CompilerTest.java index 94ad4cf..f47b582 100644 --- a/user/test/com/google/gwt/dev/jjs/test/CompilerTest.java +++ b/user/test/com/google/gwt/dev/jjs/test/CompilerTest.java
@@ -624,15 +624,6 @@ } try { - f.field = null; - fail(); - } catch (NullPointerException e) { - // hosted mode - } catch (JavaScriptException e) { - // web mode - } - - try { UninstantiableType[] fa = null; fa[4] = null; fail();