diff options
Diffstat (limited to 'tests/vm')
-rw-r--r-- | tests/vm/tcompilesetting.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/tcompilesetting.nim b/tests/vm/tcompilesetting.nim index 0e936d377..79527d584 100644 --- a/tests/vm/tcompilesetting.nim +++ b/tests/vm/tcompilesetting.nim @@ -1,5 +1,5 @@ discard """ -cmd: "nim c --nimcache:myNimCache --nimblePath:myNimblePath $file" +cmd: "nim c --nimcache:build/myNimCache --nimblePath:myNimblePath $file" joinable: false """ |