diff options
-rw-r--r-- | test/CodeGenObjC/protocols.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/protocols.m b/test/CodeGenObjC/protocols.m index c510685e52..4cfb83bf00 100644 --- a/test/CodeGenObjC/protocols.m +++ b/test/CodeGenObjC/protocols.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -emit-llvm %s -o %t +// RUN: clang-cc -fnext-runtime -emit-llvm %s -o %t void p(const char*, ...); |