mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-02 02:02:31 -05:00
13 lines
148 B
Java
13 lines
148 B
Java
import org.junit.Test;
|
|
|
|
/**
|
|
* Created by Winston on 05/12/14.
|
|
*/
|
|
public class SystemTest {
|
|
|
|
@Test
|
|
public void nothingToTest() {
|
|
|
|
}
|
|
|
|
}
|