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

Unified Diff: sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_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/dart2js/allows_import_in_dart_code_test.dart
diff --git a/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart b/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
index 215af0b08f5acb4cc95ef04dee957a5bf75d617d..eb95620da47bc7cd52d238055088ed25c29bc950 100644
--- a/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
+++ b/sdk/lib/_internal/pub/test/transformer/dart2js/allows_import_in_dart_code_test.dart
@@ -45,7 +45,7 @@ void main() {
])
]).create();
- startPubServe(shouldGetFirst: true);
+ pubServe(shouldGetFirst: true);
requestShouldSucceed("main.dart.js", contains("footext"));
requestShouldSucceed("main.dart.js", contains("libtext"));
endPubServe();

Powered by Google App Engine
This is Rietveld 408576698