diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-02-22 02:01:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-22 11:01:15 +0100 |
commit | 55a33e16640816eb101670a07d66f43dc88cc920 (patch) | |
tree | 3d4005f0ce32e3884c91b2a22ab1125bdca1e961 /tests/valgrind/tleak_arc.nim | |
parent | fab1618eb44fb1270acb14aeb9769b277b7d6ee3 (diff) | |
download | Nim-55a33e16640816eb101670a07d66f43dc88cc920.tar.gz |
testament: support disabled:osx as alias to disabled:macosx (#17124)
Diffstat (limited to 'tests/valgrind/tleak_arc.nim')
-rw-r--r-- | tests/valgrind/tleak_arc.nim | 2 |
1 files changed, 1 insertions, 1 deletions
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" |