Index: tests/compiler/dart2js/simple_inferrer_callers_test.dart |
diff --git a/tests/compiler/dart2js/simple_inferrer_callers_test.dart b/tests/compiler/dart2js/simple_inferrer_callers_test.dart |
index 4f2e5a8e4cbf05071614832499d3871cf266774e..acd8872a95bc67c1e31eea4e73227aed7af5df57 100644 |
--- a/tests/compiler/dart2js/simple_inferrer_callers_test.dart |
+++ b/tests/compiler/dart2js/simple_inferrer_callers_test.dart |
@@ -5,11 +5,13 @@ |
// Test that computation of callers of an element works when two |
// elements of the same name are being invoked in the same method. |
-import 'package:async_helper/async_helper.dart'; |
import 'package:expect/expect.dart'; |
+import "package:async_helper/async_helper.dart"; |
+import 'package:compiler/src/types/types.dart'; |
import 'package:compiler/src/inferrer/type_graph_inferrer.dart'; |
import 'compiler_helper.dart'; |
+import 'parser_helper.dart'; |
const String TEST = """ |
class A { |