Index: tests/language/class_literal_test.dart |
diff --git a/tests/language/class_literal_test.dart b/tests/language/class_literal_test.dart |
index 21bc0fc12b0f01a12c43d2cb46d57524d1bfbf0a..246f99c76156c19fdf4035c7a84e9e946fc528a2 100644 |
--- a/tests/language/class_literal_test.dart |
+++ b/tests/language/class_literal_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"; |
+ |
// Test class literal expressions. |
class Class { |