Index: tools/testing/dart/test_suite.dart |
diff --git a/tools/testing/dart/test_suite.dart b/tools/testing/dart/test_suite.dart |
index 5a6cc265ee46155eca1705185d5ec6c2625e8e05..cec0362ffe20edaf4af1144bf58f4820b81413e1 100644 |
--- a/tools/testing/dart/test_suite.dart |
+++ b/tools/testing/dart/test_suite.dart |
@@ -1878,8 +1878,7 @@ class AnalyzeLibraryTestSuite extends DartcCompilationTestSuite { |
List<String> additionalOptions(Path filePath, {bool showSdkWarnings}) { |
var options = super.additionalOptions(filePath); |
- // NOTE: This flag has been deprecated. |
- options.add('--show-sdk-warnings'); |
+ options.add('--sdk-warnings'); |
return options; |
} |