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

Unified Diff: runtime/observatory/tests/service/evaluate_activation_in_method_class_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/evaluate_activation_in_method_class_test.dart
diff --git a/runtime/observatory/tests/service/evaluate_activation_in_method_class_test.dart b/runtime/observatory/tests/service/evaluate_activation_in_method_class_test.dart
index d07b8329e975607e0dd0ef7226d1bda29b62e3ac..6f1f72731ef51d852fd7bf641cc13c9624a83cbe 100644
--- a/runtime/observatory/tests/service/evaluate_activation_in_method_class_test.dart
+++ b/runtime/observatory/tests/service/evaluate_activation_in_method_class_test.dart
@@ -36,7 +36,8 @@ testerDo(Isolate isolate) async {
var topFrame = 0;
expect(stack.type, equals('Stack'));
expect(stack['frames'][topFrame].function.name, equals('test'));
- expect(stack['frames'][topFrame].function.dartOwner.name, equals('Superclass&Klass'));
+ expect(stack['frames'][topFrame].function.dartOwner.name,
+ equals('Superclass&Klass'));
var result;
@@ -80,4 +81,4 @@ testerDo(Isolate isolate) async {
expect(result.valueAsString, equals('OtherLibrary'));
}
-main(args) => runIsolateTests(args, [testerDo], testeeConcurrent:testeeDo);
+main(args) => runIsolateTests(args, [testerDo], testeeConcurrent: testeeDo);
« no previous file with comments | « runtime/observatory/tests/service/eval_test.dart ('k') | runtime/observatory/tests/service/evaluate_activation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698