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

Unified Diff: sdk/lib/_internal/pub/test/transformer/runs_a_transformer_group_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/runs_a_transformer_group_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/runs_a_transformer_group_test.dart b/sdk/lib/_internal/pub/test/transformer/runs_a_transformer_group_test.dart
index ca285bd09e9825ed59511b5333c72dab00c44013..b0a17ec94c25d8bda1ffaad3c16f5714b0a5ee93 100644
--- a/sdk/lib/_internal/pub/test/transformer/runs_a_transformer_group_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/runs_a_transformer_group_test.dart
@@ -39,7 +39,7 @@ main() {
createLockFile('myapp', pkg: ['barback']);
- startPubServe();
+ pubServe();
requestShouldSucceed("foo.out", "foo.out");
endPubServe();
});

Powered by Google App Engine
This is Rietveld 408576698