mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-23 23:32:55 +00:00
Releasing version 0.7.10.
This commit is contained in:
parent
f22ebff0fb
commit
8d8dcd78fb
@ -32,7 +32,7 @@ import java.util.concurrent.Callable;
|
|||||||
descriptionHeading = "%nDescription:%n%n",
|
descriptionHeading = "%nDescription:%n%n",
|
||||||
parameterListHeading = "%nParameters:%n",
|
parameterListHeading = "%nParameters:%n",
|
||||||
optionListHeading = "%nOptions:%n",
|
optionListHeading = "%nOptions:%n",
|
||||||
version = "KickC 0.7.9 BETA (master)"
|
version = "KickC 0.7.10 BETA (master)"
|
||||||
)
|
)
|
||||||
public class KickC implements Callable<Void> {
|
public class KickC implements Callable<Void> {
|
||||||
|
|
||||||
|
@ -1943,7 +1943,7 @@ public class TestPrograms {
|
|||||||
|
|
||||||
//@Test
|
//@Test
|
||||||
//public void testBcmod() throws IOException, URISyntaxException {
|
//public void testBcmod() throws IOException, URISyntaxException {
|
||||||
// compileAndCompare("complex/bcmod/bcmod", log());
|
// compileAndCompare("complex/bcmod/bcmod5h", log());
|
||||||
//}
|
//}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user