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

Unified Diff: tests/html/js_typed_interop_type3_test.dart

Issue 2770063002: Revert "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
« no previous file with comments | « tests/html/js_typed_interop_type2_test.dart ('k') | tests/isolate/compile_time_error_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 77f5ee7b2880f417a9f48a8f0905322555fe1546..da4479444af85a3006cbdef37413f1d687c6da00 100644
--- a/tests/html/js_typed_interop_type3_test.dart
+++ b/tests/html/js_typed_interop_type3_test.dart
@@ -41,6 +41,7 @@ testC(C o) {
return o.foo;
}
+
@NoInline()
testD(D o) {
return o.foo;
@@ -51,6 +52,7 @@ testF(F o) {
return o.foo;
}
+
_injectJs() {
document.body.append(new ScriptElement()
..type = 'text/javascript'
@@ -82,3 +84,5 @@ main() {
Expect.equals(testA(d), 4);
Expect.equals(testD(d), 4); //# 02: continued
}
+
+
« no previous file with comments | « tests/html/js_typed_interop_type2_test.dart ('k') | tests/isolate/compile_time_error_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698