Index: tests/compiler/dart2js_extra/super_constructor2_test.dart |
diff --git a/tests/compiler/dart2js_extra/super_constructor2_test.dart b/tests/compiler/dart2js_extra/super_constructor2_test.dart |
index 4c5f30261bbb01fed247228ad8f432654ad35cda..73ac20a54a6a71205632fd780dbcb08738f1486e 100644 |
--- a/tests/compiler/dart2js_extra/super_constructor2_test.dart |
+++ b/tests/compiler/dart2js_extra/super_constructor2_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 { |
int x; |
A() : x = 27; |