JavaCompilerCore/test/bytecode/TestIfTest.java

8 lines
127 B
Java

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