We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b41316b commit fcfa1f4Copy full SHA for fcfa1f4
web3.nimble
@@ -43,5 +43,4 @@ proc test(args, path: string) =
43
### tasks
44
task test, "Run all tests":
45
test "--mm:refc", "tests/all_tests.nim"
46
- if (NimMajor, NimMinor) > (1, 6):
47
- test "--mm:orc", "tests/all_tests.nim"
+ test "--mm:orc", "tests/all_tests.nim"
0 commit comments