Index: tests/compiler/dart2js_foreign/native_literal_class_test.dart |
diff --git a/tests/compiler/dart2js_foreign/native_literal_class_test.dart b/tests/compiler/dart2js_foreign/native_literal_class_test.dart |
index 86e9fd07a1f7bb8327a541595774fab5a64dedc9..9bb3ec227720d89d023d0d58f28470b236d314d0 100644 |
--- a/tests/compiler/dart2js_foreign/native_literal_class_test.dart |
+++ b/tests/compiler/dart2js_foreign/native_literal_class_test.dart |
@@ -2,6 +2,7 @@ |
// 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"; |
import 'native_metadata.dart'; |
@Native("= {log: function() { return 42 } }") |