summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-02-22 02:01:15 -0800
committerGitHub <noreply@github.com>2021-02-22 11:01:15 +0100
commit55a33e16640816eb101670a07d66f43dc88cc920 (patch)
tree3d4005f0ce32e3884c91b2a22ab1125bdca1e961 /tests
parentfab1618eb44fb1270acb14aeb9769b277b7d6ee3 (diff)
downloadNim-55a33e16640816eb101670a07d66f43dc88cc920.tar.gz
testament: support disabled:osx as alias to disabled:macosx (#17124)
Diffstat (limited to 'tests')
-rw-r--r--tests/compiler/tcmdlineoswin.nim2
-rw-r--r--tests/valgrind/tleak_arc.nim2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/compiler/tcmdlineoswin.nim b/tests/compiler/tcmdlineoswin.nim
index 6642c5ac6..602671e98 100644
--- a/tests/compiler/tcmdlineoswin.nim
+++ b/tests/compiler/tcmdlineoswin.nim
@@ -2,7 +2,7 @@ discard """
   cmd: "nim $target $options --os:windows $file"
   disabled: "linux"
   disabled: "bsd"
-  disabled: "macosx"
+  disabled: "osx"
   disabled: "unix"
   disabled: "posix"
 """
diff --git a/tests/valgrind/tleak_arc.nim b/tests/valgrind/tleak_arc.nim
index 8dea7c62a..c47ee137a 100644
--- a/tests/valgrind/tleak_arc.nim
+++ b/tests/valgrind/tleak_arc.nim
@@ -4,7 +4,7 @@ cmd: "nim $target --gc:arc -d:useMalloc $options $file"
 exitcode: 1
 outputsub: "   definitely lost: 7 bytes in 2 blocks"
 disabled: "freebsd"
-disabled: "macosx"
+disabled: "osx"
 disabled: "openbsd"
 disabled: "windows"
 disabled: "32bit"