Index: tests/compiler/dart2js_native/native_null_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_null_frog_test.dart b/tests/compiler/dart2js_native/native_null_frog_test.dart |
index 71066b6a31dace3c994ad594f5379fc5a5cdef80..8dde95e7c6068efeffbc759bcd202152c573cf4b 100644 |
--- a/tests/compiler/dart2js_native/native_null_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_null_frog_test.dart |
@@ -2,8 +2,11 @@ |
// 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"; |
+ |
// Test for values of some basic types. |
+ |
class A native "*A" { |
returnNull() native; |
returnUndefined() native; |