summary refs log tree commit diff stats
path: root/tests/pragmas
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2021-11-07 16:38:02 +0100
committerGitHub <noreply@github.com>2021-11-07 16:38:02 +0100
commitfce89cb60a3428c61da3c7e6c2d3e6cdcb14bb3b (patch)
tree823240f093e9a937aae1673a407f795bc16f0200 /tests/pragmas
parentf2f15e972645496f901fcfde197048de368453d6 (diff)
downloadNim-fce89cb60a3428c61da3c7e6c2d3e6cdcb14bb3b.tar.gz
fixes another effect inference bug [backport:1.6] (#19100)
* fixes another effect inference bug [backport:1.6]
Diffstat (limited to 'tests/pragmas')
-rw-r--r--tests/pragmas/tcompile_pragma.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/pragmas/tcompile_pragma.nim b/tests/pragmas/tcompile_pragma.nim
index 4e09a7501..5b99352dd 100644
--- a/tests/pragmas/tcompile_pragma.nim
+++ b/tests/pragmas/tcompile_pragma.nim
@@ -1,5 +1,6 @@
 discard """
   output: '''34'''
+  joinable: false
 """
 
 {.compile("cfunction.c", "-DNUMBER_HERE=34").}