Index: tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart b/tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart |
index 964b5c719e76eb9de8576f91444f44a3be1191df..f3926d51eeeed71a64dc463e5f945866fe3edfe4 100644 |
--- a/tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_named_constructors2_frog_test.dart |
@@ -2,7 +2,10 @@ |
// 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. |
-// Native class wwith named constructors and static methods. |
+import "package:expect/expect.dart"; |
+ |
+// Native class with named constructors and static methods. |
+ |
class A native "*A" { |