From: Daniel Dunbar Date: Wed, 4 Feb 2009 00:03:15 +0000 (+0000) Subject: Use -fnext-runtime for this test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f5b03bd02352ab97afab97e9efada2dabdf5a7a;p=clang Use -fnext-runtime for this test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63688 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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;