| Index: tests/language/bit_shift_test.dart
|
| diff --git a/tests/language/bit_shift_test.dart b/tests/language/bit_shift_test.dart
|
| index edbd1eb5c5d19f5ad2c44b65565c27195fe0638d..3032736d2a0b9f34eeb414116682559eb37d66b5 100644
|
| --- a/tests/language/bit_shift_test.dart
|
| +++ b/tests/language/bit_shift_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(0, 499 >> 33);
|
| Expect.equals(0, (499 << 33) & 0xFFFFFFFF);
|
|
|