JavaCompilerCore/test/bytecode/OpTest.java

8 lines
116 B
Java

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