Fixes #496.
This commit is contained in:
parent
3ee1e115f4
commit
5d765fcc27
13 changed files with 29 additions and 3 deletions
7
tests/testCommand/testsPass/tests/t2.nim
Normal file
7
tests/testCommand/testsPass/tests/t2.nim
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import testing123, unittest
|
||||
|
||||
test "can compile nimble":
|
||||
echo "Second test"
|
||||
myFunc()
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue