Index: tests/language/ct_const3_test.dart |
diff --git a/tests/language/ct_const3_test.dart b/tests/language/ct_const3_test.dart |
index cc4c91d2b1c4c16342fdd78a45aa79910858cd0c..075805788828f9bfb7602ddf4584a843391c3b09 100644 |
--- a/tests/language/ct_const3_test.dart |
+++ b/tests/language/ct_const3_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Check that initializers of const fields can be declared out of order. |
+import "package:expect/expect.dart"; |
+ |
const P = 2 * (O - N); |
const N = 1; |
const O = 1 + 3; |