Chromium Code Reviews| Index: tests/json/json_test.dart |
| diff --git a/tests/json/json_test.dart b/tests/json/json_test.dart |
| index 5ec1c8386ad70c64b1ac46088a606c2964cbe439..8cf8eb84f120a837afc8d2bffc8470fbd1453559 100644 |
| --- a/tests/json/json_test.dart |
| +++ b/tests/json/json_test.dart |
| @@ -3,6 +3,7 @@ |
| // BSD-style license that can be found in the LICENSE file. |
| library json_tests; |
| +import "package:expect/expect.dart"; |
| import 'dart:json' as json; |
| import 'dart:html'; |
| import '../../pkg/unittest/lib/unittest.dart'; |