Index: tests/compiler/dart2js_native/native_class_fields_3_test.dart |
diff --git a/tests/compiler/dart2js_native/native_class_fields_3_test.dart b/tests/compiler/dart2js_native/native_class_fields_3_test.dart |
index a884dbf5a81e4c80192ece67f67eb2d0a19a0450..1af5d67c251bea8a4d5daba53d2ec55daef8fa93 100644 |
--- a/tests/compiler/dart2js_native/native_class_fields_3_test.dart |
+++ b/tests/compiler/dart2js_native/native_class_fields_3_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"; |
+ |
// Verify that we can have fields with names that start with g and s even |
// though those names are reserved for getters and setters in minified mode. |
@@ -84,4 +86,3 @@ main() { |
Expect.equals(6, foo.gettersCalled); |
Expect.equals(6, foo.settersCalled); |
} |
- |