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 229bc386aefbefdaa553c506d11c4fca67c69e40..3385a2412a92dd2f6c2a66ecb5d93fb1d962bdb1 100644 |
| --- a/tests/standalone/constant_left_shift_test.dart |
| +++ b/tests/standalone/constant_left_shift_test.dart |
| @@ -4,8 +4,6 @@ |
| // |
| // 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; |