diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-07-10 11:37:02 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-07-10 11:37:02 +0200 |
commit | 48b98cf701d486a33b78c92f4524d773fc19c605 (patch) | |
tree | a5f29fb3bc5b2448b03b43078da4216adb918833 /tests | |
parent | ce01472ff395138a71b3fac35b4e0bb65ca20188 (diff) | |
download | Nim-48b98cf701d486a33b78c92f4524d773fc19c605.tar.gz |
fixes tos test for OSX
Diffstat (limited to 'tests')
-rw-r--r-- | tests/stdlib/tos.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tos.nim b/tests/stdlib/tos.nim index 6ccc29bf6..a376c66d9 100644 --- a/tests/stdlib/tos.nim +++ b/tests/stdlib/tos.nim @@ -145,7 +145,7 @@ else: echo getLastModificationTime("a") == tm removeFile("a") -when defined(Linux) or defined(osx): +when defined(Linux) or defined(macosx): block normalizedPath: block relative: |