Skip to content

Commit 01d3ca4

Browse files
committed
tests: prevent the test from being joined
The local header include no longer works when the test is part of the megatest.
1 parent 490ed12 commit 01d3ca4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/lang/s05_pragmas/s01_interop/t07_imported_struct_at_compile_time.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ discard """
33
Imported C struct types can be used in compile-time evaluation contexts.
44
'''
55
targets: "c"
6+
joinable: false
67
"""
78

89
type Extern {.importc: "struct NoTypedef", header: "t01_c_interop.nim.h".} = object

0 commit comments

Comments
 (0)