Chromium Code Reviews| Index: tests/language/int_test.dart |
| diff --git a/tests/language/int_test.dart b/tests/language/int_test.dart |
| index f91f90d3143bcaeda6f4361a889aecb91bba417a..298f716669e6fa44aa004d841bde4277962a01fe 100644 |
| --- a/tests/language/int_test.dart |
| +++ b/tests/language/int_test.dart |
| @@ -3,8 +3,6 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| // Test basic integer operations. |
| -import "package:expect/expect.dart"; |
| - |
| class IntTest { |
| static void testMain() { |
| Expect.equals(0, 0 + 0); |