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

Unified Diff: tests/corelib/linked_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/linked_hash_map_test.dart
diff --git a/tests/corelib/linked_hash_map_test.dart b/tests/corelib/linked_hash_map_test.dart
index dfefca45be9d888c9a56d2191f15c43948b26aba..166bc28472c35fdc0327c037b8796d806a3ebb60 100644
--- a/tests/corelib/linked_hash_map_test.dart
+++ b/tests/corelib/linked_hash_map_test.dart
@@ -4,6 +4,7 @@
// Dart test for linked hash-maps.
library linkedHashMap.test;
+
import "package:expect/expect.dart";
import 'dart:collection' show LinkedHashMap;
@@ -78,7 +79,6 @@ class LinkedHashMapTest {
final keysAfterBMove = const ["a", "c", "d", "e", "b"];
final valuesAfterBMove = const [1, 3, 4, 5, 6];
-
clear();
map.forEach(testForEachMap);
verifyKeys(keysAfterBMove);

Powered by Google App Engine
This is Rietveld 408576698