mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
Return accidentally removed annotation
This commit is contained in:
parent
8cba925a89
commit
884fcfe538
|
@ -25,6 +25,7 @@ import org.junit.Test;
|
||||||
import org.junit.runner.RunWith;
|
import org.junit.runner.RunWith;
|
||||||
import org.teavm.junit.TeaVMTestRunner;
|
import org.teavm.junit.TeaVMTestRunner;
|
||||||
|
|
||||||
|
@RunWith(TeaVMTestRunner.class)
|
||||||
public class ArrayDequeTest {
|
public class ArrayDequeTest {
|
||||||
@Test
|
@Test
|
||||||
public void addsToFront() {
|
public void addsToFront() {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user