mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Fix flaky test (hopefully)
This commit is contained in:
parent
0397bdced1
commit
d324847fe6
|
@ -145,6 +145,7 @@ public class VMTest {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
@SkipJVM
|
||||||
public void asyncClinit() {
|
public void asyncClinit() {
|
||||||
assertEquals(0, initCount);
|
assertEquals(0, initCount);
|
||||||
assertEquals("foo", AsyncClinitClass.foo());
|
assertEquals("foo", AsyncClinitClass.foo());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user