Skip to content

Commit

Permalink
Fix Norm test path. (nim-lang#14779)
Browse files Browse the repository at this point in the history
  • Loading branch information
moigagoo authored Jun 23, 2020
1 parent 9ebbe00 commit 1b196d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testament/important_packages.nim
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pkg2 "nimwc", true, "nim c nimwc.nim"
# pkg2 "nimx", true, "nim c --threads:on test/main.nim"
# pkg2 "nitter", true, "nim c src/nitter.nim", "https://github.com/zedeus/nitter"
# pending https://github.com/timotheecour/Nim/issues/167 or new git tag for nitter
# pkg2 "norm", true, "nim c -r tests/tsqlite.nim"
pkg2 "norm", true, "nim c -r tests/tsqliterows.nim"
# pending https://github.com/timotheecour/Nim/issues/167
pkg2 "npeg", false, "nimble testarc"
pkg2 "numericalnim", true, "nim c -r tests/test_integrate.nim"
Expand Down

0 comments on commit 1b196d8

Please sign in to comment.