nimble/tests/testCommand/testsPass/tests/two.nim
Dominik Picheta 301a366dd2 Refactoring and many fixes to PR #378. (Broken)
This commit is broken due to a cleanup issue with NimScript eval.
2017-09-03 17:37:52 +01:00

7 lines
90 B
Nim

import testing123, unittest
test "can compile nimble":
echo "Second test"
myFunc()