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

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

Issue 2751423005: Run dartfmt on all files under runtime. (Closed)
Patch Set: Run dartfmt on all files under runtime. 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/async_scope_test.dart
diff --git a/runtime/observatory/tests/service/async_scope_test.dart b/runtime/observatory/tests/service/async_scope_test.dart
index 170a638b7c26709c81ee884a54bf3b025947599c..d7525dd5801f676c89e6eb1a9fda01f00b4eb2bd 100644
--- a/runtime/observatory/tests/service/async_scope_test.dart
+++ b/runtime/observatory/tests/service/async_scope_test.dart
@@ -34,7 +34,6 @@ testeeDo() {
});
}
-
checkAsyncVarDescriptors(Isolate isolate) async {
ServiceMap stack = await isolate.getStack();
expect(stack.type, equals('Stack'));
@@ -44,7 +43,6 @@ checkAsyncVarDescriptors(Isolate isolate) async {
expect(vars, equals('param1 local1')); // no :async_op et al
}
-
checkAsyncStarVarDescriptors(Isolate isolate) async {
ServiceMap stack = await isolate.getStack();
expect(stack.type, equals('Stack'));
@@ -54,7 +52,6 @@ checkAsyncStarVarDescriptors(Isolate isolate) async {
expect(vars, equals('param2 local2')); // no :async_op et al
}
-
var tests = [
hasStoppedAtBreakpoint, // debugger()
setBreakpointAtLine(LINE_A),
« no previous file with comments | « runtime/observatory/tests/service/async_next_test.dart ('k') | runtime/observatory/tests/service/auth_token1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698