parent
e8780a5b11
commit
07b0d85bdf
@ -0,0 +1,14 @@ |
|||||||
|
package triangle.syntacticAnalyser; |
||||||
|
|
||||||
|
import static org.junit.Assert.*; |
||||||
|
|
||||||
|
import org.junit.Test; |
||||||
|
|
||||||
|
public class TestScanner { |
||||||
|
|
||||||
|
@Test |
||||||
|
public void test() { |
||||||
|
fail("Not yet implemented"); |
||||||
|
} |
||||||
|
|
||||||
|
} |
Reference in new issue