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

Unified Diff: sdk/lib/_internal/pub/test/build/ignores_non_entrypoint_dart_files_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/ignores_non_entrypoint_dart_files_test.dart
diff --git a/sdk/lib/_internal/pub/test/build/ignores_non_entrypoint_dart_files_test.dart b/sdk/lib/_internal/pub/test/build/ignores_non_entrypoint_dart_files_test.dart
index 923416d28975fbedc3a2ab35c5992d6d6a26c6e5..94eb21b304b58cff546e2309d28e21738f994dc9 100644
--- a/sdk/lib/_internal/pub/test/build/ignores_non_entrypoint_dart_files_test.dart
+++ b/sdk/lib/_internal/pub/test/build/ignores_non_entrypoint_dart_files_test.dart
@@ -22,10 +22,7 @@ main() {
]).create();
schedulePub(args: ["build"],
- output: '''
-Finding entrypoints...
-Copying web| => build|
-'''.replaceAll('|', path.separator),
+ output: new RegExp(r"Built 0 files!"),
exitCode: 0);
d.dir(appPath, [

Powered by Google App Engine
This is Rietveld 408576698