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 001c4ae1bd622404e81dd503bb58d76d92a39747..fa4c14ce29bbe08c747ba2b39f14071a5ff321eb 100644 |
--- a/tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_named_constructors3_frog_test.dart |
@@ -2,13 +2,15 @@ |
// 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 "dart:_js_helper"; |
import "package:expect/expect.dart"; |
// Hidden native class with factory constructors and NO static methods. |
// Regression test. |
-class A native "A" { |
+@Native("A") |
+class A { |
// No static methods in this class. |