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

Unified Diff: sdk/lib/_internal/pub/test/transformer/prints_a_transform_interface_error_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/prints_a_transform_interface_error_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/prints_a_transform_interface_error_test.dart b/sdk/lib/_internal/pub/test/transformer/prints_a_transform_interface_error_test.dart
index d84ff22f1f91532bd9c0f35483897c67a3a2d502..07abb4fe1d4256d7f083aea36d79514a9ac9c3da 100644
--- a/sdk/lib/_internal/pub/test/transformer/prints_a_transform_interface_error_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/prints_a_transform_interface_error_test.dart
@@ -40,7 +40,7 @@ main() {
createLockFile('myapp', pkg: ['barback']);
- var server = startPubServe();
+ var server = pubServe();
expect(server.nextErrLine(), completion(equals('Build error:')));
expect(server.nextErrLine(), completion(equals("Transform Rewrite on "
"myapp|web/foo.txt threw error: Class 'RewriteTransformer' has no "

Powered by Google App Engine
This is Rietveld 408576698