| Index: tests/html/js_interop_3_test.dart
|
| diff --git a/tests/html/js_interop_3_test.dart b/tests/html/js_interop_3_test.dart
|
| index 6ba6de029be07ad4ee0586f895c87f669b7b9dd3..0894c3b1d9dbfa588148e1a22ff661040cfbcb96 100644
|
| --- a/tests/html/js_interop_3_test.dart
|
| +++ b/tests/html/js_interop_3_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file
|
|
|
| #library('JsInterop3Test');
|
| -#import('../../pkg/unittest/lib/unittest.dart');
|
| -#import('../../pkg/unittest/lib/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html');
|
| #import('dart:isolate');
|
|
|
|
|