| Index: tests/isolate/isolate_create_error_helper_lib3.dart
|
| diff --git a/tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart b/tests/isolate/isolate_create_error_helper_lib3.dart
|
| similarity index 65%
|
| copy from tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart
|
| copy to tests/isolate/isolate_create_error_helper_lib3.dart
|
| index 16da6e3295bca2daa89abcf7104d7a492f7cd846..80bb205120e974546a6f788d37ba2606e2d34e01 100644
|
| --- a/tests/compiler/dart2js/path with spaces/library space/lib with spaces.dart
|
| +++ b/tests/isolate/isolate_create_error_helper_lib3.dart
|
| @@ -2,8 +2,8 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library spaces;
|
| +library isolate.create.error_helper3_lib;
|
|
|
| -part "part space/part space.dart";
|
| +// This library has a main that is not a method.
|
|
|
| -foo() => bar();
|
| +final bool main = false;
|
|
|