| 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
|
|
|