"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"],
name: "Ante",
repl: "ante",
output: "i32",
main: "main.an",
compile: "ante main.an",
run: "./main; ante",
template: `puts("Hello, world!".cStr)
`,
timeout: 10,
},
antecards: {
name: "Ante (Cards)",