summary refs log tree commit diff stats
path: root/tests/arc/t16033.nim
blob: 59ed22e4d5b401272bc2ae9b9c744cb73f0aaad4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  targets: "c js"
  matrix: "--gc:arc"
"""

# bug #16033
when defined js:
  doAssert not compileOption("gc", "arc")
else:
  doAssert compileOption("gc", "arc")