Chromium Code Reviews| Index: tests/lib/math/math_test.dart |
| diff --git a/tests/lib/math/math_test.dart b/tests/lib/math/math_test.dart |
| index cfd2af65c00b8c9c3bc2065b06f928a6d9ec4898..2bc77413626acf2a6d615db6054fca7be9cbc0d0 100644 |
| --- a/tests/lib/math/math_test.dart |
| +++ b/tests/lib/math/math_test.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| library math_test; |
| +import "package:expect/expect.dart"; |
| import 'dart:math'; |
| class MathTest { |