Dont mangle when targeting cpp (#23335)

Unfortunately we cant trick the debugger when targeting C++ so this one
also needs to wait for our own debugger adapter.
This commit is contained in:
Juan M Gómez
2024-03-03 16:37:29 +00:00
committed by GitHub
parent 79bd6fe084
commit 90fe1b340f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
discard """
targets: "c cpp"
targets: "c"
matrix: "--debugger:native"
ccodecheck: "'_ZN14titaniummangle8testFuncE'"
ccodecheck: "'_ZN14titaniummangle8testFuncE6stringN14titaniummangle3FooE'"