| Index: tests/language/compile_time_constant_o_test.dart
|
| diff --git a/tests/language/compile_time_constant_o_test.dart b/tests/language/compile_time_constant_o_test.dart
|
| index 8fc4c401185d482b9da3fbda481985a6d3cc1ced..6af082674763051762bffe31cca4ae1e16280e54 100644
|
| --- a/tests/language/compile_time_constant_o_test.dart
|
| +++ b/tests/language/compile_time_constant_o_test.dart
|
| @@ -3,6 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
| // Test compile-time constants with string-interpolation.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| const str = "foo";
|
| const m1 = const { "foo": 499 };
|
| const m2 = const { "$str": 499 };
|
|
|