Index: tests/compiler/dart2js/no_constructor_body_test.dart |
diff --git a/tests/compiler/dart2js/no_constructor_body_test.dart b/tests/compiler/dart2js/no_constructor_body_test.dart |
index 4d25d01afae973d57d0e89f09fe2d91a5ae4ee1a..0036e2415223b139abf00fde690c267bda2deddd 100644 |
--- a/tests/compiler/dart2js/no_constructor_body_test.dart |
+++ b/tests/compiler/dart2js/no_constructor_body_test.dart |
@@ -2,6 +2,7 @@ |
// 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"; |
import 'compiler_helper.dart'; |
const String TEST = r""" |