diff options
Diffstat (limited to 'lldb/test')
| -rw-r--r-- | lldb/test/macosx/indirect_symbol/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/macosx/indirect_symbol/main.c b/lldb/test/macosx/indirect_symbol/main.c index cc82eefd6f2..b5af058d00b 100644 --- a/lldb/test/macosx/indirect_symbol/main.c +++ b/lldb/test/macosx/indirect_symbol/main.c @@ -1,5 +1,5 @@ extern int call_through_indirect(int); -extern int call_through_reexport(int); +extern int reexport_to_indirect(int); int main () |

