diff options
Diffstat (limited to 'clang/test/CodeGenObjC/property.m')
-rw-r--r-- | clang/test/CodeGenObjC/property.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/property.m b/clang/test/CodeGenObjC/property.m index 8ac44f1c794..59f096f5c59 100644 --- a/clang/test/CodeGenObjC/property.m +++ b/clang/test/CodeGenObjC/property.m @@ -1,6 +1,6 @@ // RUN: clang-cc --emit-llvm -o %t %s -#include <stdio.h> +int printf(const char *, ...); @interface Root -(id) alloc; |