diff --git a/test/typeinference/UnifyTest.java b/test/typeinference/UnifyTest.java index c3eca27d..2f7107d8 100644 --- a/test/typeinference/UnifyTest.java +++ b/test/typeinference/UnifyTest.java @@ -50,23 +50,27 @@ public class UnifyTest { public void generics() throws IOException, ClassNotFoundException { execute(new File(rootDirectory+"Generics.jav")); } - +*/ @Test public void faculty() throws IOException, ClassNotFoundException { execute(new File(rootDirectory+"Faculty.jav")); } +/* @Test public void facultyTyped() throws IOException, ClassNotFoundException { execute(new File(rootDirectory+"FacultyTyped.jav")); } */ + + /* @Test public void matrix() throws IOException, ClassNotFoundException { execute(new File(rootDirectory+"Matrix.jav")); //JavaTXCompiler compiler = new JavaTXCompiler(new File(rootDirectory+"Matrix.jav")); //compiler.generateBytecode(); } + */ /* @Test public void vector() throws IOException, ClassNotFoundException {