Index: tests/compiler/dart2js_extra/operator_test.dart |
diff --git a/tests/compiler/dart2js_extra/operator_test.dart b/tests/compiler/dart2js_extra/operator_test.dart |
index bda18f87f67c7f95eec16df81e57a096342f458c..225976fcb55f22fdc5ed2e3ad84185cd2f8e5897 100644 |
--- a/tests/compiler/dart2js_extra/operator_test.dart |
+++ b/tests/compiler/dart2js_extra/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"; |
+ |
int zero() { return 0; } |
int one() { return 1; } |
int minus1() { return 0 - 1; } |