Index: tests/compiler/dart2js_native/native_exceptions1_frog_test.dart |
diff --git a/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart b/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart |
index b2d978b20404d60c8c04c073bdf245babf517051..2d170696c265325d4459595d37fd56a92e06d41b 100644 |
--- a/tests/compiler/dart2js_native/native_exceptions1_frog_test.dart |
+++ b/tests/compiler/dart2js_native/native_exceptions1_frog_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"; |
+ |
// Test that hidden native exception classes can be marked as existing. |
// |
// To infer which native hidden types exist, we need |