Index: tests/language/savannah_test.dart |
diff --git a/tests/language/savannah_test.dart b/tests/language/savannah_test.dart |
index fea178e0a5cbdb4bd2e2472fec47dbb5aa0e740b..449f2c291f97c6bedca972755843499ee8e49bed 100644 |
--- a/tests/language/savannah_test.dart |
+++ b/tests/language/savannah_test.dart |
@@ -3,6 +3,8 @@ |
// BSD-style license that can be found in the LICENSE file. |
// Dart test using an identity hash. |
+import "package:expect/expect.dart"; |
+ |
abstract class BigGame { |
String get name; |
} |