mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-22 19:41:53 +00: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() {
|
|
|
|
}
|
|
|
|
}
|