Index: tests/language/emit_const_fields_test.dart |
diff --git a/tests/language/emit_const_fields_test.dart b/tests/language/emit_const_fields_test.dart |
index 17e5ab5baf193e43c64e7d1650836e6865b105e8..61e09d628db475127ab951a1bda86388c741fa8f 100644 |
--- a/tests/language/emit_const_fields_test.dart |
+++ b/tests/language/emit_const_fields_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Test that used static consts are emitted. |
+import "package:expect/expect.dart"; |
+ |
class Guide { |
static const LTUAE = 42; |
static const TITLE = "Life, the Universe and Everything"; |