package bytecode;

public class ImportTest extends JavaTXCompilerTest{
	public ImportTest() {
		this.fileName = "Import";
	}
}