package typeinference;

import java.io.File;

public class mathStrucTest extends JavaTXCompilerTest{
    public mathStrucTest() {
        this.fileToTest = new File(rootDirectory+"mathStruc.jav");
    }
}