diff options
Diffstat (limited to 'clang/test/CodeGenObjC/dot-syntax.m')
-rw-r--r-- | clang/test/CodeGenObjC/dot-syntax.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/dot-syntax.m b/clang/test/CodeGenObjC/dot-syntax.m index 68c8ad0b758..bd61a6aaf95 100644 --- a/clang/test/CodeGenObjC/dot-syntax.m +++ b/clang/test/CodeGenObjC/dot-syntax.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fnext-runtime --emit-llvm -o %t %s +// RUN: clang-cc --emit-llvm -o %t %s #include <stdio.h> |