summary refs log tree commit diff stats
path: root/tests/method/tmethods_old.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-11-30 21:05:45 +0800
committerGitHub <noreply@github.com>2023-11-30 14:05:45 +0100
commitb5f5b74fc8308593f04e3bc11f7c5ead24b73eb5 (patch)
treee373a39deab03649a8fbc4bed9a9c0582f48ba64 /tests/method/tmethods_old.nim
parent9140f8e2212c91347704cec0f98c0345ddf0ea1e (diff)
downloadNim-b5f5b74fc8308593f04e3bc11f7c5ead24b73eb5.tar.gz
enable vtable implementation for C++ and make it an experimental feature (#23004)
follow up https://github.com/nim-lang/Nim/pull/22991

- [x] turning it into an experimental feature

---------

Co-authored-by: Andreas Rumpf <rumpf_a@web.de>
Diffstat (limited to 'tests/method/tmethods_old.nim')
-rw-r--r--tests/method/tmethods_old.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/method/tmethods_old.nim b/tests/method/tmethods_old.nim
index cd3f67217..d24eb0cc7 100644
--- a/tests/method/tmethods_old.nim
+++ b/tests/method/tmethods_old.nim
@@ -1,5 +1,5 @@
 discard """
-  matrix: "--mm:arc -u:nimPreviewVtables"
+  matrix: "--mm:arc -d:nimInternalNonVtablesTesting"
   output: '''
 do nothing
 '''