Chromium Code Reviews| Index: tests/compiler/dart2js/boolify_test.dart |
| diff --git a/tests/compiler/dart2js/boolify_test.dart b/tests/compiler/dart2js/boolify_test.dart |
| index a1db3bb858433d22eaaea023ea055c51d7de33bd..d0293790f6ed62d5e5331dcf330b05b9bd5ba7e8 100644 |
| --- a/tests/compiler/dart2js/boolify_test.dart |
| +++ b/tests/compiler/dart2js/boolify_test.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| library boolified_operator_test; |
| +import "package:expect/expect.dart"; |
| import 'compiler_helper.dart'; |
| const String TEST = r""" |