Index: tests/language/vm/regress_16873_test.dart |
diff --git a/tests/language/vm/regress_16873_test.dart b/tests/language/vm/regress_16873_test.dart |
index 06a0348c22ac469b211e76e101be285064224e6f..12bc1efb2b4f58eef8fd9c046a987c389ad3ccd3 100644 |
--- a/tests/language/vm/regress_16873_test.dart |
+++ b/tests/language/vm/regress_16873_test.dart |
@@ -6,6 +6,7 @@ |
// Regression test for slow-path allocation in the allocation stub. |
library map_test; |
+ |
import 'dart:collection'; |
void testCollection(var collection, n) { |