| Index: tests/language/map_literal_syntax_test.dart
|
| diff --git a/tests/language/map_literal_syntax_test.dart b/tests/language/map_literal_syntax_test.dart
|
| index 464081ad9773abfa177c88b3ec5636eedd670dd3..1f537b4563a0241e0f47abf693c5a911f500104a 100644
|
| --- a/tests/language/map_literal_syntax_test.dart
|
| +++ b/tests/language/map_literal_syntax_test.dart
|
| @@ -2,6 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class Foo {
|
| var x;
|
| var y;
|
|
|