Index: tests/compiler/dart2js/emit_const_fields_test.dart |
diff --git a/tests/compiler/dart2js/emit_const_fields_test.dart b/tests/compiler/dart2js/emit_const_fields_test.dart |
index 290c50ae9b764f2b2b21f5b859973a5272373a77..d539d896236f5d7ad1afdbb06b8b0d77e8baad8f 100644 |
--- a/tests/compiler/dart2js/emit_const_fields_test.dart |
+++ b/tests/compiler/dart2js/emit_const_fields_test.dart |
@@ -3,6 +3,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Test that unused static consts are not emitted. |
+import "package:expect/expect.dart"; |
import 'compiler_helper.dart'; |
const String TEST_GUIDE = r""" |