| Index: tests/html/js_interop_1_test.dart
|
| diff --git a/tests/html/js_interop_1_test.dart b/tests/html/js_interop_1_test.dart
|
| index 168294f8540160a7f7810f3401bd1d3b2db7e9fc..3d63ac1be7b0ef2216cea965bda0b9205c94eebe 100644
|
| --- a/tests/html/js_interop_1_test.dart
|
| +++ b/tests/html/js_interop_1_test.dart
|
| @@ -6,7 +6,6 @@ library JsInterop1Test;
|
| import '../../pkg/unittest/lib/unittest.dart';
|
| import '../../pkg/unittest/lib/html_config.dart';
|
| import 'dart:html';
|
| -import 'dart:json';
|
|
|
| injectSource(code) {
|
| final script = new ScriptElement();
|
|
|