diff options
-rw-r--r-- | clang/test/CodeGenObjC/property-aggr-type.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/property-aggr-type.m b/clang/test/CodeGenObjC/property-aggr-type.m index dd2ef1faacb..486cfa0b704 100644 --- a/clang/test/CodeGenObjC/property-aggr-type.m +++ b/clang/test/CodeGenObjC/property-aggr-type.m @@ -1,4 +1,4 @@ -// RUN: clang -emit-llvm -o %t %s +// RUN: clang -fnext-runtime -emit-llvm -o %t %s @interface Object - (id) new; |