JavaTXCompilerInJavaTX/test/bytecode/OpTest.java

8 lines
116 B
Java
Raw Normal View History

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