Index: tests/compiler/dart2js/field_codegen_test.dart |
diff --git a/tests/compiler/dart2js/field_codegen_test.dart b/tests/compiler/dart2js/field_codegen_test.dart |
index 948b4cd201fe9e489a978c632691d2a828650544..d9a8aec6543750968bd980ce3c29bcb063f4c160 100644 |
--- a/tests/compiler/dart2js/field_codegen_test.dart |
+++ b/tests/compiler/dart2js/field_codegen_test.dart |
@@ -3,6 +3,7 @@ |
// 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 'compiler_helper.dart'; |
import 'parser_helper.dart'; |