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

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

Issue 2980733003: Introduced support for external services registration in the ServiceProtocol (Closed)
Patch Set: Address comments Created 3 years, 5 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 8834196c42623936143d2a06294effab0233baa7..73359fd20972a991c217e6040a45630d8ed42517 100644
--- a/runtime/observatory/tests/service/auth_token1_test.dart
+++ b/runtime/observatory/tests/service/auth_token1_test.dart
@@ -6,7 +6,7 @@
import 'dart:async';
import 'dart:developer';
import 'dart:io' as io;
-import 'package:observatory/service_io.dart';
+import 'package:observatory/service_io.dart' as S;
import 'package:unittest/unittest.dart';
import 'test_helper.dart';
@@ -32,7 +32,7 @@ Future<Null> testeeBefore() async {
}
var tests = [
- (Isolate isolate) async {
+ (S.Isolate isolate) async {
await isolate.reload();
// Just getting here means that the testee enabled the service protocol
// web server.

Powered by Google App Engine
This is Rietveld 408576698