We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
main
1 parent cf5f2ce commit 15482a4Copy full SHA for 15482a4
lldb/test/Shell/SymbolFile/PDB/function-nested-block.test
@@ -4,7 +4,7 @@ RUN: lldb-test symbols -find=function -file FunctionNestedBlockTest.cpp -line 4
4
RUN: lldb-test symbols -find=block -file FunctionNestedBlockTest.cpp -line 4 %t.exe | FileCheck --check-prefix=CHECK-BLOCK %s
5
6
CHECK-FUNCTION: Found 1 functions:
7
-CHECK-FUNCTION: name = "{{.*}}", mangled = "{{_?}}main"
+CHECK-FUNCTION: name = "main"
8
9
CHECK-BLOCK: Found 1 blocks:
10
CHECK-BLOCK: Blocks: id = {{.*}}, range = {{.*}}
0 commit comments