Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1065)

Unified Diff: test/dart2js/supports_valid_options_test.dart

Issue 1408423006: Fix the tests. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« pubspec.yaml ('K') | « pubspec.yaml ('k') | test/descriptor.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/dart2js/supports_valid_options_test.dart
diff --git a/test/dart2js/supports_valid_options_test.dart b/test/dart2js/supports_valid_options_test.dart
index 7ced80766b21f83a5e333ae766678f71660ad4a8..9d9e862a940270d12b66b47c2dce7100ff3ce100 100644
--- a/test/dart2js/supports_valid_options_test.dart
+++ b/test/dart2js/supports_valid_options_test.dart
@@ -21,8 +21,9 @@ main() {
"minify": true,
"verbose": true,
"environment": {"name": "value"},
- "suppressWarnings": true,
- "suppressHints": true,
+ // TOOD(nweiz): Re-add these when sdk#24653 is fixed.
+ // "suppressWarnings": true,
+ // "suppressHints": true,
"suppressPackageWarnings": false,
"terse": true,
"sourceMaps": false
« pubspec.yaml ('K') | « pubspec.yaml ('k') | test/descriptor.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698