Index: sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_example_test.dart |
diff --git a/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_example_test.dart b/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_example_test.dart |
index 5b54d3a823b70b035ec0d99dd110f6feb333a59b..d1c9011eca4cf49c0e029b92ae3b870f71693759 100644 |
--- a/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_example_test.dart |
+++ b/sdk/lib/_internal/pub/test/build/compiles_entrypoints_in_example_test.dart |
@@ -27,7 +27,7 @@ main() { |
]).create(); |
schedulePub(args: ["build", "example"], |
- output: new RegExp(r"Built 6 files!")); |
+ output: new RegExp(r'Built 6 files to "build".')); |
d.dir(appPath, [ |
d.dir('build', [ |