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

Unified Diff: runtime/observatory/tests/service/auth_token1_test.dart

Issue 2920603003: Fix some observatory analysis issues. (Closed)
Patch Set: rebase obs analysis issues PR against master Created 3 years, 6 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: runtime/observatory/tests/service/auth_token1_test.dart
diff --git a/runtime/observatory/tests/service/auth_token1_test.dart b/runtime/observatory/tests/service/auth_token1_test.dart
index 8ee6560c6615128a1286471c615ea18426dc86ab..8834196c42623936143d2a06294effab0233baa7 100644
--- a/runtime/observatory/tests/service/auth_token1_test.dart
+++ b/runtime/observatory/tests/service/auth_token1_test.dart
@@ -24,7 +24,7 @@ Future<Null> testeeBefore() async {
var url = Uri.parse('http://localhost:$port');
var httpClient = new io.HttpClient();
try {
- var request = await httpClient.getUrl(url);
+ await httpClient.getUrl(url);
expect(true, true);
} catch (e) {
expect(true, false);

Powered by Google App Engine
This is Rietveld 408576698