Chromium Code Reviews| Index: tests/corelib/hash_map_test.dart |
| =================================================================== |
| --- tests/corelib/hash_map_test.dart (revision 31056) |
| +++ tests/corelib/hash_map_test.dart (working copy) |
| @@ -9,8 +9,6 @@ |
| class HashMapTest { |
| static testMain() { |
| - // TODO(srdjan/ngeoffray): Add more meaningful testing below. For now this |
| - // is used to verify that the test script is picking up these tests. |
| var m = new Map(); |
| Expect.equals(0, m.length); |
| Expect.equals(true, m.isEmpty); |