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

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

Issue 2759973004: Fix observatory tests broken by running dartfmt. Temporarily reverted formatting for evaluate_activ… (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/implicit_getter_setter_test.dart
diff --git a/runtime/observatory/tests/service/implicit_getter_setter_test.dart b/runtime/observatory/tests/service/implicit_getter_setter_test.dart
index dbf448785b5937398217cec08b14f6f49ae11809..700ef287e1727f684b662ff528567c8e4ef4ff13 100644
--- a/runtime/observatory/tests/service/implicit_getter_setter_test.dart
+++ b/runtime/observatory/tests/service/implicit_getter_setter_test.dart
@@ -40,7 +40,6 @@ testGetter(Isolate isolate) async {
expect(classDouble.name, equals('_Double'));
}
-
testSetter(Isolate isolate) async {
Library rootLibrary = await isolate.rootLibrary.load();
expect(rootLibrary.classes.length, equals(1));
@@ -63,7 +62,6 @@ testSetter(Isolate isolate) async {
expect(classDouble.name, equals('_Double'));
}
-
var tests = [testGetter, testSetter];
main(args) => runIsolateTests(args, tests, testeeBefore: script);

Powered by Google App Engine
This is Rietveld 408576698