Index: tests/compiler/dart2js/analyze_api_test.dart |
diff --git a/tests/compiler/dart2js/analyze_api_test.dart b/tests/compiler/dart2js/analyze_api_test.dart |
index 7c086a525bcab3a63b5eeabec367a1e1c036e0f1..3c9201206ba43b0473cb2499fde059e2e3423517 100644 |
--- a/tests/compiler/dart2js/analyze_api_test.dart |
+++ b/tests/compiler/dart2js/analyze_api_test.dart |
@@ -4,6 +4,7 @@ |
library analyze_api; |
+import "package:expect/expect.dart"; |
import 'dart:uri'; |
import 'dart:io'; |
import '../../../sdk/lib/_internal/compiler/compiler.dart' as api; |