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

Unified Diff: test/transformer/configuration/configuration_defaults_to_empty_map_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/configuration_defaults_to_empty_map_test.dart
diff --git a/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart b/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart
index 7accbda830b0965a0e0eefc1f69ae1560a2daa55..2f0b4054e5ba42c122022b307e4709d58cc30d71 100644
--- a/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart
+++ b/test/transformer/configuration/configuration_defaults_to_empty_map_test.dart
@@ -52,7 +52,7 @@ main() {
]).create();
pubGet();
- var server = pubServe();
+ pubServe();
requestShouldSucceed("foo.json", JSON.encode({}));
endPubServe();
});
« no previous file with comments | « test/transformer/cache_test.dart ('k') | test/transformer/configuration/passes_configuration_to_a_transformer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698