diff options
Diffstat (limited to 'clang/test/CodeGenObjCXX/implicit-copy-constructor.mm')
-rw-r--r-- | clang/test/CodeGenObjCXX/implicit-copy-constructor.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjCXX/implicit-copy-constructor.mm b/clang/test/CodeGenObjCXX/implicit-copy-constructor.mm index 10eb644ddb2..63dd4f084cd 100644 --- a/clang/test/CodeGenObjCXX/implicit-copy-constructor.mm +++ b/clang/test/CodeGenObjCXX/implicit-copy-constructor.mm @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin10 -emit-llvm -o - %s | FileCheck %s +// RUN: %clang_cc1 -fobjc-gc -triple x86_64-apple-darwin10 -fobjc-fragile-abi -emit-llvm -o - %s | FileCheck %s struct A { A(); |