Index: tests/language/compile_time_constant_f_test.dart |
diff --git a/tests/language/compile_time_constant_f_test.dart b/tests/language/compile_time_constant_f_test.dart |
index 768417855d5b919199e76dbf741d6e65093a7c67..21c215e319c45988cff1755ce6a9ae4240b941c2 100644 |
--- a/tests/language/compile_time_constant_f_test.dart |
+++ b/tests/language/compile_time_constant_f_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 A { |
final x; |
const A(this.x); |