| Index: tests/html/js_interop_func_passing_test.dart
|
| diff --git a/tests/html/js_interop_func_passing_test_disabled.dart b/tests/html/js_interop_func_passing_test.dart
|
| similarity index 91%
|
| rename from tests/html/js_interop_func_passing_test_disabled.dart
|
| rename to tests/html/js_interop_func_passing_test.dart
|
| index d65a307282bedefcc1b7231d74d7051debbd2999..70f8204b87601c73c4be72c205ef8b1d8e7ae4da 100644
|
| --- a/tests/html/js_interop_func_passing_test_disabled.dart
|
| +++ b/tests/html/js_interop_func_passing_test.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file
|
|
|
| #library('JsInteropFuncPassingTest');
|
| -#import('../../lib/unittest/unittest.dart');
|
| -#import('../../lib/unittest/html_config.dart');
|
| +#import('../../pkg/unittest/unittest.dart');
|
| +#import('../../pkg/unittest/html_config.dart');
|
| #import('dart:html');
|
| #import('dart:isolate');
|
|
|
|
|