Index: tests/language/super_first_constructor_test.dart |
diff --git a/tests/language/super_first_constructor_test.dart b/tests/language/super_first_constructor_test.dart |
index 5954b593ba9ac3334c65713ca8d489bde0c1ba8a..e6cdee1be4cd3317b5147500a3099f825572c1f2 100644 |
--- a/tests/language/super_first_constructor_test.dart |
+++ b/tests/language/super_first_constructor_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 that the constructor body of a superclass is invoked. |
class Super { |