Index: tests/language/compile_time_constant9_test.dart |
diff --git a/tests/language/compile_time_constant9_test.dart b/tests/language/compile_time_constant9_test.dart |
index 0b0b0821e52c61c1e85ea228c4e2faf6d074d0ee..96cf41a5dafb3588f8a376bfbdfefb4241b40bb9 100644 |
--- a/tests/language/compile_time_constant9_test.dart |
+++ b/tests/language/compile_time_constant9_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"; |
+ |
class B { |
const B(); |
} |