| Index: sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart b/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
|
| index cc6610fb236232d380b6cff8ba9151274a5f9574..f435377ccb181100293bd8de67ad4e97f36206d2 100644
|
| --- a/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/deploy/ignores_non_entrypoint_dart_files_test.dart
|
| @@ -2,6 +2,7 @@
|
| // 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.
|
|
|
| +import 'package:pathos/path.dart' as path;
|
| import 'package:scheduled_test/scheduled_test.dart';
|
|
|
| import '../descriptor.dart' as d;
|
| @@ -24,8 +25,8 @@ main() {
|
| schedulePub(args: ["deploy"],
|
| output: '''
|
| Finding entrypoints...
|
| -Copying web/ => deploy/
|
| -''',
|
| +Copying web| => deploy|
|
| +'''.replaceAll('|', path.separator),
|
| exitCode: 0);
|
|
|
| d.dir(appPath, [
|
|
|