| Index: sdk/lib/_internal/pub/test/build/copies_non_dart_files_to_build_test.dart
|
| diff --git a/sdk/lib/_internal/pub/test/build/copies_non_dart_files_to_build_test.dart b/sdk/lib/_internal/pub/test/build/copies_non_dart_files_to_build_test.dart
|
| index 5929a6b79e7434d9a37f90d8012a004c8a0559ba..00b0757eb3b839e002ef52691d58662c32604ea0 100644
|
| --- a/sdk/lib/_internal/pub/test/build/copies_non_dart_files_to_build_test.dart
|
| +++ b/sdk/lib/_internal/pub/test/build/copies_non_dart_files_to_build_test.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.
|
|
|
| -import 'package:path/path.dart' as path;
|
| -
|
| import '../descriptor.dart' as d;
|
| import '../test_pub.dart';
|
|
|
| @@ -26,10 +24,7 @@ main() {
|
| ]).create();
|
|
|
| schedulePub(args: ["build"],
|
| - output: '''
|
| -Finding entrypoints...
|
| -Copying web| => build|
|
| -'''.replaceAll('|', path.separator),
|
| + output: new RegExp(r"Built \d+ files!"),
|
| exitCode: 0);
|
|
|
| d.dir(appPath, [
|
|
|