Skip to content
Snippets Groups Projects
Commit 6a743ce4 authored by Fabian Vu's avatar Fabian Vu
Browse files

Update a test

parent 1d43a7d1
Branches
Tags
No related merge requests found
Pipeline #149314 failed
package de.hhu.stups.codegenerator.java;
import de.hhu.stups.codegenerator.generators.CodeGenerationException;
import de.prob.parser.ast.visitors.TypeErrorException;
import org.junit.Ignore;
import org.junit.Test;
......@@ -767,7 +768,11 @@ public class TestMachines extends TestJava {
@Test
public void testDroneMainController() throws Exception {
try {
testJava("drone/DroneMainController");
} catch (TypeErrorException e) {
System.out.println(e.getMessage());
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment