| Index: dart/tests/try/web/internal_error_test.dart
|
| diff --git a/dart/tests/try/internal_error_test.dart b/dart/tests/try/web/internal_error_test.dart
|
| similarity index 92%
|
| rename from dart/tests/try/internal_error_test.dart
|
| rename to dart/tests/try/web/internal_error_test.dart
|
| index 9cad55eeec18458dbe3979cc545c65417b48e6cd..05f447c33f20fae97d57c2f3675f19c179ae846a 100644
|
| --- a/dart/tests/try/internal_error_test.dart
|
| +++ b/dart/tests/try/web/internal_error_test.dart
|
| @@ -19,8 +19,8 @@ import 'package:try/src/ui.dart' show
|
| import 'package:try/src/user_option.dart' show
|
| UserOption;
|
|
|
| -import '../../pkg/expect/lib/expect.dart';
|
| -import '../../pkg/async_helper/lib/async_helper.dart';
|
| +import 'package:expect/expect.dart';
|
| +import 'package:async_helper/async_helper.dart';
|
|
|
| main() {
|
| UserOption.storage = {};
|
|
|