Skip to content

Commit 6f415f3

Browse files
committed
Update LuaTranslationTests.java
1 parent 1f91d89 commit 6f415f3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

de.peeeq.wurstscript/src/test/java/tests/wurstscript/tests/LuaTranslationTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ public void stacktraceStringsNotInjectedIntoNumericComparisons() {
170170
);
171171
assertContainsRegex(compiled, "\"when calling contains");
172172
assertDoesNotContainRegex(compiled, "\"when calling contains[^\"]*\"\\s*[<>]=?");
173-
assertContainsRegex(compiled, "stepsAlongY\\(");
174173
assertDoesNotContainRegex(compiled, "(?s)if not\\((\\w+)\\) then.*?stepsAlongY\\([^\\n]*,\\s*\\1\\s*,");
175174
}
176175

0 commit comments

Comments
 (0)