summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/messages-2.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/messages-2.m')
-rw-r--r--clang/test/CodeGenObjC/messages-2.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/messages-2.m b/clang/test/CodeGenObjC/messages-2.m
index 02dbd01df8f..5cf4d2df221 100644
--- a/clang/test/CodeGenObjC/messages-2.m
+++ b/clang/test/CodeGenObjC/messages-2.m
@@ -1,6 +1,6 @@
// RUN: clang-cc --emit-llvm -o %t %s
-#include <stdio.h>
+int printf(const char *, ...);
@interface Root
@end
OpenPOWER on IntegriCloud