| Index: tests/corelib/map_values2_test.dart
|
| diff --git a/tests/corelib/map_values2_test.dart b/tests/corelib/map_values2_test.dart
|
| index 8efc5326456b2294bb01c52ed49e82c2ace48251..08b426a595eb3f071c72727085fa76c5f74d5f32 100644
|
| --- a/tests/corelib/map_values2_test.dart
|
| +++ b/tests/corelib/map_values2_test.dart
|
| @@ -2,8 +2,6 @@
|
| // 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";
|
| -
|
| main() {
|
| var map1 = <String, int>{ "foo": 42, "bar": 499 };
|
| var map2 = <String, int>{};
|
|
|