Index: tests/language/super_test.dart |
diff --git a/tests/language/super_test.dart b/tests/language/super_test.dart |
index f4bd085326d0d3409c3e785ebdb4757d04fd958f..4a4c8d17b0444575ef4a28d624c06fb70a2ae035 100644 |
--- a/tests/language/super_test.dart |
+++ b/tests/language/super_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"; |
+ |
int i = 0; |
// Tests super calls and constructors. |