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

Unified Diff: sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart

Issue 64723005: Use the polling watcher by default in pub tests for now. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 7 years, 1 month 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/transformer/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart b/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart
index 7f619114fcc8b1f85c2e79fa290e0021eeaa6427..739478486aed700891689879dcef200608f0e6f4 100644
--- a/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/fails_to_load_a_pubspec_with_reserved_transformer_config_test.dart
@@ -26,7 +26,7 @@ main() {
createLockFile('myapp', pkg: ['barback']);
- var pub = startPub(args: ['serve', '--port=0', "--hostname=127.0.0.1"]);
+ var pub = startPubServe();
expect(pub.nextErrLine(), completion(equals('Error in pubspec for package '
'"myapp" loaded from pubspec.yaml:')));
expect(pub.nextErrLine(), completion(equals('Invalid transformer '

Powered by Google App Engine
This is Rietveld 408576698