Chromium Code Reviews

Unified Diff: sdk/lib/_internal/pub/test/transformer/configuration/configuration_defaults_to_empty_map_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.
Jump to:
View side-by-side diff with in-line comments
Index: sdk/lib/_internal/pub/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart b/sdk/lib/_internal/pub/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart
index e2f0511268ff56c410e0cf5c0f994e6118576cd5..1d8a1cf6b35c049e043bc953948e1e0b814ae414 100644
--- a/sdk/lib/_internal/pub/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart
@@ -51,7 +51,7 @@ main() {
createLockFile('myapp', pkg: ['barback']);
- var server = startPubServe();
+ var server = pubServe();
requestShouldSucceed("foo.json", JSON.encode({}));
endPubServe();
});

Powered by Google App Engine