From 225dc16a899039787c3932508b795cc2d62cf187 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Pl=C3=BCmicke?= Date: Tue, 8 May 2018 09:23:20 +0200 Subject: [PATCH] modified: test/typeinference/UnifyTest.java --- test/typeinference/UnifyTest.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 {