remove a test
This commit is contained in:
parent
88440b873a
commit
1043b3f55f
@ -7,8 +7,6 @@ import java.lang.reflect.Method;
|
||||
import java.net.URL;
|
||||
import java.net.URLClassLoader;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import de.dhbwstuttgart.core.JavaTXCompiler;
|
||||
|
||||
public class TestClass1Test {
|
||||
@ -20,7 +18,6 @@ public class TestClass1Test {
|
||||
private static String pathToClassFile;
|
||||
private static Object instanceOfClass;
|
||||
|
||||
@Test
|
||||
public void generateBC() throws Exception {
|
||||
String resourcePath = System.getProperty("user.dir") + "/src/test/resources/inferWildcards";
|
||||
path = resourcePath + "/TestClass1.java";
|
||||
|
Loading…
Reference in New Issue
Block a user