Chromium Code Reviews| Index: tests/isolate/illegal_msg_test.dart |
| diff --git a/tests/isolate/illegal_msg_test.dart b/tests/isolate/illegal_msg_test.dart |
| index 51b442ccdc8a6bd612039a2bf568daed62c1bca4..434edc37815834842fc1127d85b7ef822d4594e6 100644 |
| --- a/tests/isolate/illegal_msg_test.dart |
| +++ b/tests/isolate/illegal_msg_test.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| library illegal_msg_tests; |
| +import "package:expect/expect.dart"; |
| import 'dart:isolate'; |
| funcFoo(x) => x + 2; |