aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/super-message-fragileabi.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/super-message-fragileabi.m')
-rw-r--r--test/CodeGenObjC/super-message-fragileabi.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/super-message-fragileabi.m b/test/CodeGenObjC/super-message-fragileabi.m
index edc26a1157fd..ebb443b81aff 100644
--- a/test/CodeGenObjC/super-message-fragileabi.m
+++ b/test/CodeGenObjC/super-message-fragileabi.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm %s -o - | FileCheck %s
+// RUN: clang -cc1 -triple i386-apple-darwin9 -emit-llvm %s -o - | FileCheck %s
@class Some;