package bytecode;

public class InterfaceTest extends JavaTXCompilerTest{
	public InterfaceTest() {
		this.fileName = "Interface1";
	}
}