summaryrefslogtreecommitdiffstats
path: root/test/Analysis/redefined_system.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/redefined_system.c')
-rw-r--r--test/Analysis/redefined_system.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/redefined_system.c b/test/Analysis/redefined_system.c
index 3f585c4ef6..3c08b5e896 100644
--- a/test/Analysis/redefined_system.c
+++ b/test/Analysis/redefined_system.c
@@ -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();
}