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

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

Issue 2505673002: Observatory: remove unused imports (Closed)
Patch Set: oops Created 4 years, 1 month 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/issue_27287_test.dart
diff --git a/runtime/observatory/tests/service/issue_27287_test.dart b/runtime/observatory/tests/service/issue_27287_test.dart
index 58633b3304ec09867b1e8997f9a7b3ec9a8c5603..85d3e976d43c10b7b83dae7b76f7bcae3770b006 100644
--- a/runtime/observatory/tests/service/issue_27287_test.dart
+++ b/runtime/observatory/tests/service/issue_27287_test.dart
@@ -3,14 +3,12 @@
// BSD-style license that can be found in the LICENSE file.
// VMOptions=--error_on_bad_type --error_on_bad_override --verbose_debug
-import 'package:observatory/service_io.dart';
import 'service_test_common.dart';
-import 'dart:async';
import 'test_helper.dart';
import 'dart:developer';
-const int LINE_A = 19;
-const int LINE_B = 20;
+const int LINE_A = 17;
+const int LINE_B = 18;
var libVariable;
« no previous file with comments | « runtime/observatory/tests/service/issue_27238_test.dart ('k') | runtime/observatory/tests/service/reload_sources_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698