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

Unified Diff: runtime/observatory/tests/service/evaluate_activation_in_method_class_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/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 6f1f72731ef51d852fd7bf641cc13c9624a83cbe..d07b8329e975607e0dd0ef7226d1bda29b62e3ac 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,8 +36,7 @@ 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;
@@ -81,4 +80,4 @@ testerDo(Isolate isolate) async {
expect(result.valueAsString, equals('OtherLibrary'));
}
-main(args) => runIsolateTests(args, [testerDo], testeeConcurrent: testeeDo);
+main(args) => runIsolateTests(args, [testerDo], testeeConcurrent:testeeDo);

Powered by Google App Engine
This is Rietveld 408576698