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

Unified Diff: test/codegen/map_keys.dart

Issue 1879373004: Implement modular compilation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « test/codegen/html_input.html ('k') | test/codegen/node_modules.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/map_keys.dart
diff --git a/test/codegen/map_keys.dart b/test/codegen/map_keys.dart
index e03862ba5ea2dbe2f68a4564633ad15007d5f29b..4cb59fb9029316915a69f6ae99ff80b64bb44096 100644
--- a/test/codegen/map_keys.dart
+++ b/test/codegen/map_keys.dart
@@ -1,3 +1,7 @@
+// compile options: --source-map
+// TODO(jmesserly): more comprehensive strategy for testing the source map.
+// (this is used so we're covering it in at least one test)
+
import 'dart:math' show Random;
main() {
// Uses a JS object literal
« no previous file with comments | « test/codegen/html_input.html ('k') | test/codegen/node_modules.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698