]> granicus.if.org Git - clang/commitdiff
[analyzer] Fixup for a test case.
authorAnna Zaks <ganna@apple.com>
Mon, 16 Apr 2012 21:51:03 +0000 (21:51 +0000)
committerAnna Zaks <ganna@apple.com>
Mon, 16 Apr 2012 21:51:03 +0000 (21:51 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@154864 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/redefined_system.c

index 3f585c4ef689e5c709542a87c2160b66335e2a5e..3c08b5e8964263fc972618eeb2b989e342651a2f 100644 (file)
@@ -12,6 +12,6 @@ char strdup();
 char atoi();
 
 int foo () {
-  return memmove() + malloc() + system + stdin() + memccpy() + free() + strdup() + atoi();
+  return memmove() + malloc() + system() + stdin() + memccpy() + free() + strdup() + atoi();
 
 }