aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/destroy.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjCXX/destroy.mm')
-rw-r--r--test/CodeGenObjCXX/destroy.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/destroy.mm b/test/CodeGenObjCXX/destroy.mm
index 5d797d32d42e..371f729afad2 100644
--- a/test/CodeGenObjCXX/destroy.mm
+++ b/test/CodeGenObjCXX/destroy.mm
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -std=c++11 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -disable-llvm-optzns -o - %s | FileCheck %s
+// RUN: %clang_cc1 -std=c++11 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -disable-llvm-passes -o - %s | FileCheck %s
// rdar://18249673
@class MyObject;