Skip to content

Commit adcba52

Browse files
committed
Test formatting
1 parent da515bf commit adcba52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lldb/test/API/lang/cpp/extern_c/main.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ extern "C"
88

99
int foo()
1010
{
11-
puts("foo"); //% self.expect("image lookup -v -a $pc", substrs=['mangled = "foo"'])
12-
return 2;
11+
puts("foo"); //% self.expect("image lookup -va $pc",
12+
//% substrs=[' name = "::foo()"',
13+
//% ' mangled = "foo"'])
14+
return 2;
1315
}
1416

1517
int main (int argc, char const *argv[], char const *envp[])

0 commit comments

Comments
 (0)