fixes #25338; Switch default mangling back to cpp (#25343)

fixes #25338

(cherry picked from commit ed8e5a7754)
This commit is contained in:
ringabout
2025-12-09 14:16:08 +08:00
committed by narimiran
parent 45f1b92b72
commit b3ecf7dbef
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
discard """
targets: "c cpp"
matrix: "--debugger:native --mangle:cpp"
matrix: "--debugger:native --mangle:cpp; --debugger:native"
ccodecheck: "'_ZN14titaniummangle8testFuncE'"
ccodecheck: "'_ZN14titaniummangle8testFuncE6stringN14titaniummangle3FooE'"
ccodecheck: "'_ZN14titaniummangle8testFuncE3int7varargsI6stringE'"