Index: tests/compiler/dart2js_extra/mirror_test.dart |
diff --git a/tests/compiler/dart2js_extra/mirror_test.dart b/tests/compiler/dart2js_extra/mirror_test.dart |
index 0cc6b01b7207a2a43183c429d3f566152eb60034..dab169df77bb8599444f2f2906ebcd8020370d8a 100644 |
--- a/tests/compiler/dart2js_extra/mirror_test.dart |
+++ b/tests/compiler/dart2js_extra/mirror_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 'dart:mirrors'; |
import 'async_helper.dart'; |