"Fix" Ante tests

This commit is contained in:
Radon Rosborough 2020-09-29 12:27:57 -07:00
parent 6d230c2e11
commit d3a991a132
1 changed files with 2 additions and 0 deletions

View File

@ -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)",