Was not causing the kind of ICE I had hoped it would. :)

Review by: bobv (postmortem)


git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@1910 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 211e416..9a3533d 100644
--- a/user/test/com/google/gwt/dev/jjs/test/CompilerTest.java
+++ b/user/test/com/google/gwt/dev/jjs/test/CompilerTest.java
@@ -137,11 +137,11 @@
   private static int sideEffectChecker;
 
   private static native void accessUninstantiableField(UninstantiableType u) /*-{
-    u.@com.google.gwt.dev.jjs.test.CompilerTest$Uninstantiable::field;
+    u.@com.google.gwt.dev.jjs.test.CompilerTest$UninstantiableType::field;
   }-*/;
 
   private static native void accessUninstantiableMethod(UninstantiableType u) /*-{
-    u.@com.google.gwt.dev.jjs.test.CompilerTest$Uninstantiable::returnNull()();
+    u.@com.google.gwt.dev.jjs.test.CompilerTest$UninstantiableType::returnNull()();
   }-*/;
 
   private static String barShouldInline() {