Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: sdk/lib/_internal/pub/test/build/copies_non_dart_files_to_build_test.dart

Issue 26933003: Make pub build use barback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reword doc comment. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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, [

Powered by Google App Engine
This is Rietveld 408576698