]> granicus.if.org Git - clang/commitdiff
Don't include system headers when overriding triple.
authorDaniel Dunbar <daniel@zuster.org>
Sat, 13 Jun 2009 20:02:26 +0000 (20:02 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Sat, 13 Jun 2009 20:02:26 +0000 (20:02 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73301 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/property-complex.m

index 2675358fe51a39e340d9221987c6151b73bf344b..2e23ca410559aa67882c8ad70539fd6149198a3a 100644 (file)
@@ -1,7 +1,5 @@
-// RUN: clang-cc -triple i386-apple-darwin9 -fnext-runtime -emit-llvm -S -o - %s &&
-// RUN: clang-cc -triple x86_64-apple-darwin9 -fnext-runtime -emit-llvm -S -o - %s
-
-#include <stdio.h>
+// RUN: clang-cc -triple i386-apple-darwin9 -emit-llvm -S -o - %s &&
+// RUN: clang-cc -triple x86_64-apple-darwin9 -emit-llvm -S -o - %s
 
 @interface I0 {
 @public