Index: tests/language/constructor8_test.dart |
diff --git a/tests/language/constructor8_test.dart b/tests/language/constructor8_test.dart |
index 0cfcc76f0ca6eb3f44f99da424eecf71a08618a4..9f05e14ac3f6af05deb524a262353ba445497f86 100644 |
--- a/tests/language/constructor8_test.dart |
+++ b/tests/language/constructor8_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"; |
+ |
// Regression test for dart2js that used to crash on this program. |
class A { |