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

Unified Diff: tests/html/js_typed_interop_type3_test.dart

Issue 2768073002: Format all multitests (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: tests/html/js_typed_interop_type3_test.dart
diff --git a/tests/html/js_typed_interop_type3_test.dart b/tests/html/js_typed_interop_type3_test.dart
index da4479444af85a3006cbdef37413f1d687c6da00..77f5ee7b2880f417a9f48a8f0905322555fe1546 100644
--- a/tests/html/js_typed_interop_type3_test.dart
+++ b/tests/html/js_typed_interop_type3_test.dart
@@ -41,7 +41,6 @@ testC(C o) {
return o.foo;
}
-
@NoInline()
testD(D o) {
return o.foo;
@@ -52,7 +51,6 @@ testF(F o) {
return o.foo;
}
-
_injectJs() {
document.body.append(new ScriptElement()
..type = 'text/javascript'
@@ -84,5 +82,3 @@ main() {
Expect.equals(testA(d), 4);
Expect.equals(testD(d), 4); //# 02: continued
}
-
-

Powered by Google App Engine
This is Rietveld 408576698