(cherry picked from commit 7ddb31262e)
This commit is contained in:
Araq
2019-06-28 21:04:49 +02:00
committed by narimiran
parent 17cac707d0
commit 57df2c9c3a
2 changed files with 2 additions and 2 deletions

View File

@@ -416,7 +416,7 @@ proc getTypeDescWeak(m: BModule; t: PType; check: var IntSet): Rope =
proc getSeqPayloadType(m: BModule; t: PType): Rope =
var check = initIntSet()
result = getTypeDescWeak(m, t, check)
result = getTypeDescWeak(m, t, check) & "_Content"
#result = getTypeForward(m, t, hashType(t)) & "_Content"
proc seqV2ContentType(m: BModule; t: PType; check: var IntSet) =

View File

@@ -1,5 +1,5 @@
discard """
cmd: '''nim c --newruntime $file'''
cmd: '''nim cpp --newruntime $file'''
output: '''(field: "value")
3 3 new: 0'''
"""