Commit 74562e68 authored by Ahmed Ashour's avatar Ahmed Ashour Committed by skylot

test: assertion already passes (PR #482)

parent dd2e7e87
...@@ -41,7 +41,6 @@ public class TestGenerics6 extends IntegrationTest { ...@@ -41,7 +41,6 @@ public class TestGenerics6 extends IntegrationTest {
String code = cls.getCode().toString(); String code = cls.getCode().toString();
assertThat(code, containsOne("for (A a : as) {")); assertThat(code, containsOne("for (A a : as) {"));
// TODO: fix iterable arg type (unexpected cast to A in bytecode) assertThat(code, containsOne("for (I i : is) {"));
// assertThat(code, containsOne("for (I i : is) {"));
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment