Skip to content

Commit 32d07c8

Browse files
authored
Remove updatecheck flag from tests, it no long exists (#10008)
Follow-up #9925
1 parent d6ffc51 commit 32d07c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/core/test/com/google/gwt/dev/PrecompileTaskArgProcessorTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ public void testFlagBackwardCompatibility() {
4141
"-XdisableClassMetadata", "-XdisableClusterSimilarFunctions",
4242
"-XdisableInlineLiteralParameters", "-XoptimizeDataflow", "-XdisableOrdinalizeEnums",
4343
"-XdisableRemoveDuplicateFunctions", "-XdisableRunAsync", "-XdisableSoycHtml",
44-
"-XdisableUpdateCheck", "-ea", "-soyc", "-XsoycDetailed",
45-
"-XenableJsonSoyc", "-strict", "com.google.gwt.dev.DevModule");
44+
"-ea", "-soyc", "-XsoycDetailed", "-XenableJsonSoyc", "-strict",
45+
"com.google.gwt.dev.DevModule");
4646

4747
// Show that the flags were recognized and ended up modifying options.
4848
assertNotEquals(

0 commit comments

Comments
 (0)