summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-07-10 11:37:02 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-07-10 11:37:02 +0200
commit48b98cf701d486a33b78c92f4524d773fc19c605 (patch)
treea5f29fb3bc5b2448b03b43078da4216adb918833 /tests
parentce01472ff395138a71b3fac35b4e0bb65ca20188 (diff)
downloadNim-48b98cf701d486a33b78c92f4524d773fc19c605.tar.gz
fixes tos test for OSX
Diffstat (limited to 'tests')
-rw-r--r--tests/stdlib/tos.nim2
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: