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

Unified Diff: test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_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/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart
diff --git a/test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart b/test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart
index 61adb0eb60ff958520b6463afb0b307e255abd0e..c246c740a2adb7a3a897fd5450225d2b4408a28b 100644
--- a/test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart
+++ b/test/serve/does_not_crash_if_an_unused_dart_file_has_a_syntax_error_test.dart
@@ -28,7 +28,7 @@ main() {
]).create();
pubGet();
- var server = pubServe();
+ pubServe();
requestShouldSucceed("foo.out", "foo.out");
endPubServe();
});
« no previous file with comments | « test/run/runs_from_a_dependency_override_after_dependency_test.dart ('k') | test/serve/native_watch_replaced_file_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698