diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-02-04 00:03:15 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-02-04 00:03:15 +0000 |
commit | 5f5b03bd02352ab97afab97e9efada2dabdf5a7a (patch) | |
tree | f11cc51b846faf67cf206ff6e67e6ae7d9230745 | |
parent | 9142bc962c3e9d89b93859c47016ee7ad1bc4491 (diff) |
Use -fnext-runtime for this test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63688 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/property-aggr-type.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-aggr-type.m b/test/CodeGenObjC/property-aggr-type.m index dd2ef1faac..486cfa0b70 100644 --- a/test/CodeGenObjC/property-aggr-type.m +++ b/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; |