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