Skip to content

Commit 490e3d8

Browse files
committed
Remove invalid rand() range test
1 parent f552a20 commit 490e3d8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/test/java/com/laytonsmith/core/functions/MathTest.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@ public void testRand1() {
177177
fail("Didn't expect this test to pass");
178178
} catch (ConfigRuntimeException e) {
179179
}
180-
try {
181-
a.exec(Target.UNKNOWN, env, C.onstruct(87357983597853791L));
182-
fail("Didn't expect this test to pass");
183-
} catch (ConfigRuntimeException e) {
184-
}
185180
}
186181

187182
@Test

0 commit comments

Comments
 (0)