Chromium Code Reviews| Index: tests/standalone/constant_left_shift_test.dart |
| diff --git a/tests/standalone/constant_left_shift_test.dart b/tests/standalone/constant_left_shift_test.dart |
| index 3385a2412a92dd2f6c2a66ecb5d93fb1d962bdb1..229bc386aefbefdaa553c506d11c4fca67c69e40 100644 |
| --- a/tests/standalone/constant_left_shift_test.dart |
| +++ b/tests/standalone/constant_left_shift_test.dart |
| @@ -4,6 +4,8 @@ |
| // |
| // Dart test program for testing left shifts of a constant. |
| +import "package:expect/expect.dart"; |
| + |
| shiftLeft0(c) => 0 << c; |
| shiftLeft1(c) => 1 << c; |
| shiftLeft8448(c) => 8448 << c; |