fix "lang" undeclared identifier

This commit is contained in:
Mamy Ratsimbazafy 2018-03-22 09:54:17 +01:00 committed by GitHub
parent ee922cf10e
commit c6aa9f9c8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ proc test(name: string, defaultLang = "c") =
--run
--nimcache: "nimcache"
switch("out", ("./build/" & name))
setCommand lang, "tests/" & name & ".nim"
setCommand defaultLang, "tests/" & name & ".nim"
### tasks
task test, "Run all tests":