Index: tests/compiler/dart2js_extra/is_operator_test.dart |
diff --git a/tests/compiler/dart2js_extra/is_operator_test.dart b/tests/compiler/dart2js_extra/is_operator_test.dart |
index d59fc0223d2400ec1cb88d7a33d89a9c4a87e1a8..e3a88ca85c1996474fe3ecce35f6ec9247e8be6d 100644 |
--- a/tests/compiler/dart2js_extra/is_operator_test.dart |
+++ b/tests/compiler/dart2js_extra/is_operator_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"; |
+ |
class A { |
} |