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

Unified Diff: sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart

Issue 903563003: Add sourceMaps option to $dart2js transformer. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor formatting Created 5 years, 10 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
Index: sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
diff --git a/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart b/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
index 81212b0537fe14bd9a7dc8227e85322e0ea88d8d..2cd9deb1a06f976b0398e18aa626a1daf96e965b 100644
--- a/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
+++ b/sdk/lib/_internal/pub/test/dart2js/supports_valid_options_test.dart
@@ -25,7 +25,8 @@ main() {
"suppressWarnings": true,
"suppressHints": true,
"suppressPackageWarnings": false,
- "terse": true
+ "terse": true,
+ "sourceMaps": false
}
}]
}),

Powered by Google App Engine
This is Rietveld 408576698