Index: sdk/lib/_internal/pub/test/build/with_no_web_directory_test.dart |
diff --git a/sdk/lib/_internal/pub/test/build/with_no_web_directory_test.dart b/sdk/lib/_internal/pub/test/build/with_no_web_directory_test.dart |
index 95a8e3c483658eaba7e37b611be3a1ce53f88ef7..d25df7257f861a455ce60a9303937d09f4d14d02 100644 |
--- a/sdk/lib/_internal/pub/test/build/with_no_web_directory_test.dart |
+++ b/sdk/lib/_internal/pub/test/build/with_no_web_directory_test.dart |
@@ -12,7 +12,7 @@ main() { |
d.appDir().create(); |
schedulePub(args: ["build"], |
- error: new RegExp(r"^There is no '[^']+[/\\]web' directory.$", |
+ error: new RegExp(r'^There is no "[^"]+[/\\]web" directory.$', |
multiLine: true), |
exitCode: 1); |
}); |