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

Unified Diff: runtime/observatory/tests/service/typed_data_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/typed_data_test.dart
diff --git a/runtime/observatory/tests/service/typed_data_test.dart b/runtime/observatory/tests/service/typed_data_test.dart
index df52afdaa72ed63c918e8c6a60f922987229e860..abb7d537f2ea778d2ff57deb11028b8275233190 100644
--- a/runtime/observatory/tests/service/typed_data_test.dart
+++ b/runtime/observatory/tests/service/typed_data_test.dart
@@ -77,7 +77,6 @@ void script() {
}
var tests = [
-
(Isolate isolate) async {
script();
var lib = await isolate.rootLibrary.load();
@@ -118,6 +117,7 @@ var tests = [
expect(actualValue, equals(expectedValue));
}
}
+
expectTypedData("int8List", int8List);
expectTypedData("int16List", int16List);
expectTypedData("int32List", int32List);
@@ -133,7 +133,6 @@ var tests = [
expectTypedData("float32x4List", float32x4List);
expectTypedData("float64x2List", float64x2List);
},
-
];
main(args) => runIsolateTests(args, tests, testeeBefore: script);

Powered by Google App Engine
This is Rietveld 408576698