From 48b98cf701d486a33b78c92f4524d773fc19c605 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Tue, 10 Jul 2018 11:37:02 +0200 Subject: [PATCH] fixes tos test for OSX --- tests/stdlib/tos.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/stdlib/tos.nim b/tests/stdlib/tos.nim index 6ccc29bf65..a376c66d9a 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: