Skip to content

Commit

Permalink
Delete leftover from a test
Browse files Browse the repository at this point in the history
  • Loading branch information
yyoncho authored and zah committed Apr 10, 2023
1 parent eaf5f5a commit d52fa94
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/tnonim.nim
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ suite "No global nim":
execCmdEx(nimblePath & " version -y --lock-file=nimble-no-global-nim.lock")
check exitCode == QuitSuccess

echo "-----------------"
echo output
echo "-----------------"

let usingNim = when defined(Windows): "nim.exe for compilation" else: "bin/nim for compilation"
check output.contains(usingNim)
check output.contains("koch")
Expand Down

0 comments on commit d52fa94

Please sign in to comment.