"Fix" Ante tests
This commit is contained in:
parent
6d230c2e11
commit
d3a991a132
|
@ -145,11 +145,13 @@ println (* 123 234)`,
|
||||||
aliases: ["an"],
|
aliases: ["an"],
|
||||||
name: "Ante",
|
name: "Ante",
|
||||||
repl: "ante",
|
repl: "ante",
|
||||||
|
output: "i32",
|
||||||
main: "main.an",
|
main: "main.an",
|
||||||
compile: "ante main.an",
|
compile: "ante main.an",
|
||||||
run: "./main; ante",
|
run: "./main; ante",
|
||||||
template: `puts("Hello, world!".cStr)
|
template: `puts("Hello, world!".cStr)
|
||||||
`,
|
`,
|
||||||
|
timeout: 10,
|
||||||
},
|
},
|
||||||
antecards: {
|
antecards: {
|
||||||
name: "Ante (Cards)",
|
name: "Ante (Cards)",
|
||||||
|
|
Loading…
Reference in New Issue