Index: tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart b/tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart |
index 8148db33d4277977516428a16ef5fb81709155ed..1312f60b795babe53d6f52d4176273b5a5f7831a 100644 |
--- a/tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_named_constructors3_frog_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"; |
+ |
// Hidden native class with factory constructors and NO static methods. |
// Regression test. |