| Index: tests/language/library_juxtaposition_lib.dart
|
| diff --git a/tests/compiler/dart2js_extra/regress/4740_library.dart b/tests/language/library_juxtaposition_lib.dart
|
| similarity index 78%
|
| copy from tests/compiler/dart2js_extra/regress/4740_library.dart
|
| copy to tests/language/library_juxtaposition_lib.dart
|
| index 709991f0d6d7da2ed3fbec87a92bc61cc0b9a8b6..93f669173dcaa9d895c137a85f7ef64e3b0208e6 100644
|
| --- a/tests/compiler/dart2js_extra/regress/4740_library.dart
|
| +++ b/tests/language/library_juxtaposition_lib.dart
|
| @@ -2,8 +2,6 @@
|
| // 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 _4740_library;
|
| +library lib;
|
|
|
| -class Foo {
|
| - Foo._internal();
|
| -}
|
| +part "library_" "juxtaposition_" "part.dart";
|
|
|