diff options
-rw-r--r-- | test/CodeGenObjC/try.m | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/try.m b/test/CodeGenObjC/try.m index 4148697dd0..7701b23e08 100644 --- a/test/CodeGenObjC/try.m +++ b/test/CodeGenObjC/try.m @@ -1,5 +1,5 @@ -// RUN: clang %s -S -o - -mtriple=i686-apple-darwin9 && -// RUN: clang %s -S -o - -mtriple=x86_64-apple-darwin9 +// RUN: clang-cc %s -S -o - -triple=i686-apple-darwin9 && +// RUN: clang-cc %s -S -o - -triple=x86_64-apple-darwin9 // rdar://6757213 - Don't crash if the internal proto for // __objc_personality_v0 mismatches with an actual one. |