JavaTXCompilerInJavaTX/test/typeinference/mathStrucTest.java

9 lines
204 B
Java
Raw Normal View History

2017-09-19 16:51:44 +00:00
package typeinference;
import java.io.File;
public class mathStrucTest extends JavaTXCompilerTest{
public mathStrucTest() {
this.fileToTest = new File(rootDirectory+"mathStruc.jav");
}
}