diff options
Diffstat (limited to 'test/CodeGenObjC/messages-2.m')
-rw-r--r-- | test/CodeGenObjC/messages-2.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/messages-2.m b/test/CodeGenObjC/messages-2.m index ca0eb94933870..5cf4d2df22137 100644 --- a/test/CodeGenObjC/messages-2.m +++ b/test/CodeGenObjC/messages-2.m @@ -1,6 +1,6 @@ -// RUN: clang-cc -fnext-runtime --emit-llvm -o %t %s +// RUN: clang-cc --emit-llvm -o %t %s -#include <stdio.h> +int printf(const char *, ...); @interface Root @end |