package bytecode;

public class TestIfTest extends JavaTXCompilerTest{
	public TestIfTest() {
		this.fileName = "IfTest";
	}
}