Index: tests/compiler/dart2js/dump_info_test.dart |
diff --git a/tests/compiler/dart2js/dump_info_test.dart b/tests/compiler/dart2js/dump_info_test.dart |
index c5da18cbea7bea7b20820a99333262f211a1d221..2f3d0223dc37b21aa8c4149f1b2dd7e79bab1956 100644 |
--- a/tests/compiler/dart2js/dump_info_test.dart |
+++ b/tests/compiler/dart2js/dump_info_test.dart |
@@ -3,11 +3,10 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Test that parameters keep their names in the output. |
-import "package:expect/expect.dart"; |
-import "package:async_helper/async_helper.dart"; |
-import 'memory_compiler.dart'; |
-import 'package:compiler/src/dump_info.dart'; |
import 'dart:convert'; |
+import 'package:expect/expect.dart'; |
+import 'package:async_helper/async_helper.dart'; |
+import 'memory_compiler.dart'; |
const String TEST_BASIC= r""" |
library main; |