Chromium Code Reviews| Index: tests/corelib/exception_implementation_test.dart |
| diff --git a/tests/corelib/exception_implementation_test.dart b/tests/corelib/exception_implementation_test.dart |
| index d30a392886140d29349575c7764230e6da7fab20..5df26a7d94a202be24cceb580fd45ce5a7bc72cb 100644 |
| --- a/tests/corelib/exception_implementation_test.dart |
| +++ b/tests/corelib/exception_implementation_test.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| library exception_implementation_test; |
| +import "package:expect/expect.dart"; |
| main() { |
| final msg = 1; |