We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aac37f1 commit 5f9d817Copy full SHA for 5f9d817
de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/OptimizerTests.java
@@ -427,6 +427,7 @@ public void test_tempVarRemover() throws IOException {
427
}
428
429
@Test
430
+ @Ignore // This test was for a rewrite that caused an infinite loop in the optimizer.
431
public void test_mult2rewrite() throws IOException {
432
test().lines(
433
"package test",
0 commit comments