Skip to content

Commit

Permalink
Remove updatecheck flag from tests, it no long exists
Browse files Browse the repository at this point in the history
Follow-up gwtproject#9925
  • Loading branch information
niloc132 committed Oct 15, 2024
1 parent d6ffc51 commit c476ec8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ public void testFlagBackwardCompatibility() {
"-XdisableClassMetadata", "-XdisableClusterSimilarFunctions",
"-XdisableInlineLiteralParameters", "-XoptimizeDataflow", "-XdisableOrdinalizeEnums",
"-XdisableRemoveDuplicateFunctions", "-XdisableRunAsync", "-XdisableSoycHtml",
"-XdisableUpdateCheck", "-ea", "-soyc", "-XsoycDetailed",
"-XenableJsonSoyc", "-strict", "com.google.gwt.dev.DevModule");
"-ea", "-soyc", "-XsoycDetailed", "-XenableJsonSoyc", "-strict",
"com.google.gwt.dev.DevModule");

// Show that the flags were recognized and ended up modifying options.
assertNotEquals(
Expand Down

0 comments on commit c476ec8

Please sign in to comment.