mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-01-24 12:44:56 +08:00
Remove extra stack trace print
This commit is contained in:
parent
064a38ece5
commit
a2ec05915b
@ -92,7 +92,6 @@ public void testErrors() {
|
||||
{
|
||||
ExpressionException e = assertThrows(ExpressionException.class,
|
||||
() -> compile("rotate(1, 2, 3)"));
|
||||
e.printStackTrace();
|
||||
assertEquals(7, e.getPosition(), "Error position");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user