diff options
| author | Jim Ingham <jingham@apple.com> | 2014-01-14 18:46:15 +0000 |
|---|---|---|
| committer | Jim Ingham <jingham@apple.com> | 2014-01-14 18:46:15 +0000 |
| commit | 0f7e294d65cc4826cbfcea48a8cc212bc403c485 (patch) | |
| tree | 3142e5227811c2e3aa98ec82f4156ccb91c12b65 /lldb/test | |
| parent | 787f540daa641e974d8cc1fbb00aa0887d342a94 (diff) | |
| download | bcm5719-llvm-0f7e294d65cc4826cbfcea48a8cc212bc403c485.tar.gz bcm5719-llvm-0f7e294d65cc4826cbfcea48a8cc212bc403c485.zip | |
Remove a compilation warning in the test case main.c file.
llvm-svn: 199243
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 () |

