Index: tests/language/canonical_const2_test.dart |
diff --git a/tests/language/canonical_const2_test.dart b/tests/language/canonical_const2_test.dart |
index 3508885b0ff68329b677ae965cdb7c129f6ab32a..25a350e7809d8035150353881af4485d8a8d340c 100644 |
--- a/tests/language/canonical_const2_test.dart |
+++ b/tests/language/canonical_const2_test.dart |
@@ -2,6 +2,8 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
+import "package:expect/expect.dart"; |
+ |
// Check that compile-time constants are correctly canonicalized. |
main() { |