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

Unified Diff: test/transformer/configuration/passes_configuration_to_a_transformer_test.dart

Issue 1556243002: Fix analyzer hints and warnings in test/. (Closed) Base URL: git@github.com:dart-lang/pub.git@master
Patch Set: Created 4 years, 12 months 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: test/transformer/configuration/passes_configuration_to_a_transformer_test.dart
diff --git a/test/transformer/configuration/passes_configuration_to_a_transformer_test.dart b/test/transformer/configuration/passes_configuration_to_a_transformer_test.dart
index 2bfb1367af31c681ec468f7b5ad4d581062fb4ea..f5f5de8476250c68d3c9d1b9fee69c49bee64305 100644
--- a/test/transformer/configuration/passes_configuration_to_a_transformer_test.dart
+++ b/test/transformer/configuration/passes_configuration_to_a_transformer_test.dart
@@ -54,7 +54,7 @@ main() {
]).create();
pubGet();
- var server = pubServe();
+ pubServe();
requestShouldSucceed("foo.json", JSON.encode(configuration));
endPubServe();
});

Powered by Google App Engine
This is Rietveld 408576698