Chromium Code Reviews| Index: tests/language/int_test.dart |
| diff --git a/tests/language/int_test.dart b/tests/language/int_test.dart |
| index 298f716669e6fa44aa004d841bde4277962a01fe..f91f90d3143bcaeda6f4361a889aecb91bba417a 100644 |
| --- a/tests/language/int_test.dart |
| +++ b/tests/language/int_test.dart |
| @@ -3,6 +3,8 @@ |
| // 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); |