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

Unified Diff: test/transformer/configuration/with_configuration_only_instantiates_configurable_transformers_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/with_configuration_only_instantiates_configurable_transformers_test.dart
diff --git a/test/transformer/configuration/with_configuration_only_instantiates_configurable_transformers_test.dart b/test/transformer/configuration/with_configuration_only_instantiates_configurable_transformers_test.dart
index 6b480c5bc74fd5a901504c22d303f41d4bdc6a78..2ed42802209ddbb7213e772f212fdf7a69111fd3 100644
--- a/test/transformer/configuration/with_configuration_only_instantiates_configurable_transformers_test.dart
+++ b/test/transformer/configuration/with_configuration_only_instantiates_configurable_transformers_test.dart
@@ -68,7 +68,7 @@ main() {
]).create();
pubGet();
- var server = pubServe();
+ pubServe();
requestShouldSucceed("foo.json", JSON.encode(configuration));
requestShould404("foo.out");
endPubServe();
« no previous file with comments | « test/transformer/configuration/passes_configuration_to_a_transformer_test.dart ('k') | test/utils_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698