Index: tests/language/compile_time_constant8_test.dart |
diff --git a/tests/language/compile_time_constant8_test.dart b/tests/language/compile_time_constant8_test.dart |
index f82c158fd28608cdf9755f3be3aa92686f964923..e39d7f20ee1f57d57e07bc16bf7b7996f548969c 100644 |
--- a/tests/language/compile_time_constant8_test.dart |
+++ b/tests/language/compile_time_constant8_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<T> { |
const A(); |
toString() => "a"; |