aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/assign.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/assign.m')
-rw-r--r--test/CodeGenObjC/assign.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/assign.m b/test/CodeGenObjC/assign.m
index 87e3834fc874..82da800e7399 100644
--- a/test/CodeGenObjC/assign.m
+++ b/test/CodeGenObjC/assign.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64 -emit-llvm -o - %s | FileCheck %s
+// RUN: %clang_cc1 -triple x86_64 -fobjc-fragile-abi -emit-llvm -o - %s | FileCheck %s
struct s0 {
int x;