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 f552a20 commit 490e3d8Copy full SHA for 490e3d8
src/test/java/com/laytonsmith/core/functions/MathTest.java
@@ -177,11 +177,6 @@ public void testRand1() {
177
fail("Didn't expect this test to pass");
178
} catch (ConfigRuntimeException e) {
179
}
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
- }
185
186
187
@Test
0 commit comments