Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Unified Diff: tests/corelib_strong/hash_map_test.dart

Issue 2771453003: Format all tests. (Closed)
Patch Set: Format files Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698