Skip to content

Commit da515bf

Browse files
committed
Add test
1 parent 90eaf54 commit da515bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ extern "C"
88

99
int foo()
1010
{
11-
puts("foo");
11+
puts("foo"); //% self.expect("image lookup -v -a $pc", substrs=['mangled = "foo"'])
1212
return 2;
1313
}
1414

0 commit comments

Comments
 (0)