| Index: tests/corelib_strong/hash_map_test.dart
|
| diff --git a/tests/corelib_strong/hash_map_test.dart b/tests/corelib_strong/hash_map_test.dart
|
| index 8f9ce30494878472b8bb80f34a1750947372cb7f..8880732ac4c6fc220cfd2f3e5cd4aa07c4c99d7b 100644
|
| --- a/tests/corelib_strong/hash_map_test.dart
|
| +++ b/tests/corelib_strong/hash_map_test.dart
|
| @@ -10,7 +10,6 @@ import "package:expect/expect.dart";
|
| // Test program for the HashMap class.
|
|
|
| class HashMapTest {
|
| -
|
| static testMain() {
|
| var m = new Map();
|
| Expect.equals(0, m.length);
|
|
|