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

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

Issue 2767533002: Revert "Fix observatory tests broken by running dartfmt." (Closed)
Patch Set: Created 3 years, 9 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..134047a69b5888405cf83c7f4ace4348ce8d684a 100644
--- a/runtime/observatory/tests/service/auth_token1_test.dart
+++ b/runtime/observatory/tests/service/auth_token1_test.dart
@@ -32,17 +32,18 @@ Future<Null> testeeBefore() async {
}
var tests = [
- (Isolate isolate) async {
- await isolate.reload();
- // Just getting here means that the testee enabled the service protocol
- // web server.
- expect(true, true);
- }
+(Isolate isolate) async {
+ await isolate.reload();
+ // Just getting here means that the testee enabled the service protocol
+ // web server.
+ expect(true, true);
+}
];
-main(args) => runIsolateTests(args, tests,
- testeeBefore: testeeBefore,
- // the testee is responsible for starting the
- // web server.
- testeeControlsServer: true,
- useAuthToken: false);
+main(args) => runIsolateTests(args,
+ tests,
+ testeeBefore: testeeBefore,
+ // the testee is responsible for starting the
+ // web server.
+ testeeControlsServer: true,
+ useAuthToken: false);
« no previous file with comments | « runtime/observatory/tests/service/async_scope_test.dart ('k') | runtime/observatory/tests/service/auth_token_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698