mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-16 08:04:20 +00:00
fixes tos test for OSX
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user