Index: tests/html/js_typed_interop_type1_test.dart |
diff --git a/tests/html/js_typed_interop_type1_test.dart b/tests/html/js_typed_interop_type1_test.dart |
index 8e62838b3e2e21d99cf2b4ee67da67a7b3f2b14e..f1663dc831620724f3c9dc483f0febc29d2afb85 100644 |
--- a/tests/html/js_typed_interop_type1_test.dart |
+++ b/tests/html/js_typed_interop_type1_test.dart |
@@ -25,7 +25,6 @@ testF(F o) { |
return o.foo; |
} |
- |
_injectJs() { |
document.body.append(new ScriptElement() |
..type = 'text/javascript' |
@@ -55,5 +54,3 @@ main() { |
Expect.equals(testA(a), 1); |
Expect.equals(testF(f), 6); //# 01: ok |
} |
- |
- |