Updates a test to match recent patch c/11651.

https://gwt-review.googlesource.com/#/c/11651/ slightly
changed which JsInterop types were reprocessed in
incremental and this test was committed before syncing
in that change.

Change-Id: I18ea0c3173ce3eebd9ed1f1288d0338741b30c17
diff --git a/dev/core/test/com/google/gwt/dev/CompilerTest.java b/dev/core/test/com/google/gwt/dev/CompilerTest.java
index 5397aab..f1b039e 100644
--- a/dev/core/test/com/google/gwt/dev/CompilerTest.java
+++ b/dev/core/test/com/google/gwt/dev/CompilerTest.java
@@ -972,7 +972,8 @@
     // Reverting to just a single dialog.alert() starts succeeding again.
     compileToJs(compilerOptions, applicationDir, "com.foo.SimpleModule",
         Lists.<MockResource> newArrayList(complexDialogResourceSansExport), minimalRebuildCache,
-        stringSet("com.foo.ComplexDialog", "com.foo.TestEntryPoint"), JsOutputOption.PRETTY);
+        stringSet("com.foo.SimpleDialog", "com.foo.ComplexDialog", "com.foo.TestEntryPoint"),
+        JsOutputOption.PRETTY);
   }
 
   public void testGwtCreateJsoRebindResult() throws Exception {