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

Unified Diff: sdk/lib/_internal/pub/test/transformer/runs_one_third_party_transformer_on_another_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_one_third_party_transformer_on_another_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/runs_one_third_party_transformer_on_another_test.dart b/sdk/lib/_internal/pub/test/transformer/runs_one_third_party_transformer_on_another_test.dart
index a38d35f0ecb422e7f037f61690b220676bef3bca..8ba5497556d383f23643b6db041a08953529b94a 100644
--- a/sdk/lib/_internal/pub/test/transformer/runs_one_third_party_transformer_on_another_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/runs_one_third_party_transformer_on_another_test.dart
@@ -46,7 +46,7 @@ main() {
createLockFile('myapp', sandbox: ['foo', 'bar'], pkg: ['barback']);
- startPubServe();
+ pubServe();
requestShouldSucceed("main.dart",
'const TOKEN = "(main.dart, (bar, foo))";');
endPubServe();

Powered by Google App Engine
This is Rietveld 408576698