diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2023-04-24 06:52:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-24 06:52:37 +0200 |
commit | 20b011de19c507380164c46c04cce174842f8e9e (patch) | |
tree | fcb690aa9dcd2eb74aaeecf7cce675ae2d3fc7cf /tests/ccgbugs | |
parent | 380dafcc32abed83148f5da78a2aaef608831f8a (diff) | |
download | Nim-20b011de19c507380164c46c04cce174842f8e9e.tar.gz |
refactoring in preparation for better, simpler name mangling that wor… (#21667)
* refactoring in preparation for better, simpler name mangling that works with IC flawlessly * use new disamb field * see if this makes tests green * make tests green again
Diffstat (limited to 'tests/ccgbugs')
-rw-r--r-- | tests/ccgbugs/tnoalias.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ccgbugs/tnoalias.nim b/tests/ccgbugs/tnoalias.nim index 96c3d390b..2c3c2f0f4 100644 --- a/tests/ccgbugs/tnoalias.nim +++ b/tests/ccgbugs/tnoalias.nim @@ -1,5 +1,5 @@ discard """ - ccodecheck: "\\i@'NI* NIM_NOALIAS field;' @'NIM_CHAR* NIM_NOALIAS x__0qEngDE9aYoYsF8tWnyPacw,' @'void* NIM_NOALIAS q'" + ccodecheck: "\\i@'NI* NIM_NOALIAS field;' @'NIM_CHAR* NIM_NOALIAS x_p0,' @'void* NIM_NOALIAS q'" """ type |