Index: tests/language/positive_bit_operations_test.dart |
diff --git a/tests/language/positive_bit_operations_test.dart b/tests/language/positive_bit_operations_test.dart |
index 86af1a1586a4d76f9fe94a43619bd0e57f6e956d..9663db27381cdb8778c2735caeb26b294830e690 100644 |
--- a/tests/language/positive_bit_operations_test.dart |
+++ b/tests/language/positive_bit_operations_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"; |
+ |
constants() { |
Expect.equals(0x80000000, 0x80000000 | 0); |
Expect.equals(0x80000001, 0x80000000 | 1); |