commit | fa76ff0e53a34e6f19b0cd3958dac582d16c5a82 | [log] [tgz] |
---|---|---|
author | Anna Zaks <ganna@apple.com> | Mon Apr 16 21:51:03 2012 +0000 |
committer | Anna Zaks <ganna@apple.com> | Mon Apr 16 21:51:03 2012 +0000 |
tree | fea0f531b257f7d07c1be67269b8ddb8f67d396b | |
parent | 1e1d68f1b90ee2b3912af7878de28e04f49a01cb [diff] [blame] |
[analyzer] Fixup for a test case. llvm-svn: 154864
diff --git a/clang/test/Analysis/redefined_system.c b/clang/test/Analysis/redefined_system.c index 3f585c4..3c08b5e 100644 --- a/clang/test/Analysis/redefined_system.c +++ b/clang/test/Analysis/redefined_system.c
@@ -12,6 +12,6 @@ char atoi(); int foo () { - return memmove() + malloc() + system + stdin() + memccpy() + free() + strdup() + atoi(); + return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi(); }