summary refs log tree commit diff stats
path: root/tests/ccgbugs/tforward_decl_only.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2022-12-01 20:29:58 +0800
committerGitHub <noreply@github.com>2022-12-01 13:29:58 +0100
commita70d3abd37819e7562f80f0c808788c3f5c62c55 (patch)
treebdbd54ebec2d079caff30e8bf311d9b95e3a96d1 /tests/ccgbugs/tforward_decl_only.nim
parent54f5ab12b715d5a55d45ac760286e8b2b1133ae5 (diff)
downloadNim-a70d3abd37819e7562f80f0c808788c3f5c62c55.tar.gz
replace data init function with consts for typeinfov2 (#20977)
* replace data initial function with consts for typeinfov2

* fixes

* fixes

* workaround C++

* C++ keeps the previous implementaion

* fixes
Diffstat (limited to 'tests/ccgbugs/tforward_decl_only.nim')
-rw-r--r--tests/ccgbugs/tforward_decl_only.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ccgbugs/tforward_decl_only.nim b/tests/ccgbugs/tforward_decl_only.nim
index 416e50eb5..d62c36b18 100644
--- a/tests/ccgbugs/tforward_decl_only.nim
+++ b/tests/ccgbugs/tforward_decl_only.nim
@@ -1,7 +1,6 @@
 discard """
 ccodecheck: "\\i !@('struct tyObject_MyRefObject'[0-z]+' {')"
 ccodecheck: "\\i !@('mymoduleInit')"
-ccodecheck: "\\i @('atmmymoduledotnim_DatInit000')"
 output: "hello"
 """