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

Unified Diff: runtime/observatory/tests/service/auth_token_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_token_test.dart
diff --git a/runtime/observatory/tests/service/auth_token_test.dart b/runtime/observatory/tests/service/auth_token_test.dart
index f48b2f7c6df286bfccd8e9a8732e184a0ccda7bc..69c162b44a0f9ea5474392941755fdd288c25138 100644
--- a/runtime/observatory/tests/service/auth_token_test.dart
+++ b/runtime/observatory/tests/service/auth_token_test.dart
@@ -43,17 +43,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: true);
+main(args) => runIsolateTests(args,
+ tests,
+ testeeBefore: testeeBefore,
+ // the testee is responsible for starting the
+ // web server.
+ testeeControlsServer: true,
+ useAuthToken: true);
« no previous file with comments | « runtime/observatory/tests/service/auth_token1_test.dart ('k') | runtime/observatory/tests/service/bad_reload_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698