Skip to content

Commit 13f54d2

Browse files
committed
more tests
1 parent ac8460e commit 13f54d2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

tests/arc/tasyncleak2.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
discard """
22
output: "success"
3-
cmd: "nim c --gc:orc $file"
3+
cmd: "nim c --gc:orc -d:noSignalHandler $file"
44
"""
55

66
# issue #15076

tests/arc/tdeepcopy.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
discard """
2-
cmd: "nim c --gc:arc --deepcopy:on $file"
2+
cmd: "nim c --gc:arc -d:noSignalHandler --deepcopy:on $file"
33
output: '''13 abc
44
13 abc
55
13 abc

tests/arc/tdestroy_in_loopcond.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
discard """
22
output: '''400 true'''
3-
cmd: "nim c --gc:orc $file"
3+
cmd: "nim c --gc:orc -d:noSignalHandler $file"
44
"""
55

66
type HeapQueue*[T] = object

tests/arc/tmarshal.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
discard """
2-
cmd: "nim c --gc:orc $file"
2+
cmd: "nim c --gc:orc -d:noSignalHandler $file"
33
output: '''
44
{"age": 12, "bio": "Я Cletus", "blob": [65, 66, 67, 128], "name": "Cletus"}
55
true

tests/arc/torc_basic_test.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
discard """
22
output: "MEM 0"
3-
cmd: "nim c --gc:orc $file"
3+
cmd: "nim c --gc:orc -d:noSignalHandler $file"
44
"""
55

66
type

0 commit comments

Comments
 (0)