Skip to content

Commit

Permalink
Generalise path computation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsajip committed Aug 9, 2023
1 parent 469ed76 commit 7909722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test3.nim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import unittest
import ../src/config

proc dataFilePath(paths: varargs[string]): string =
"tests" / "resources" / paths.join("/")
currentSourcePath.parentDir / "resources" / paths.join("/")

#
# Config
Expand Down

0 comments on commit 7909722

Please sign in to comment.