Index: tests/json/json_test.dart |
diff --git a/tests/json/json_test.dart b/tests/json/json_test.dart |
index 1fe74e57708e6598591ce655f2a4239ec0b98b26..af68004b36f42698dc8a4261199ff05e5f401e1f 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'; |