From: Daniel Dunbar Date: Tue, 21 Apr 2009 21:17:29 +0000 (+0000) Subject: Force triple (test case fails for platforms with the non-fragile ABI). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bd0939989e31113dcded537176311a822682422;p=clang Force triple (test case fails for platforms with the non-fragile ABI). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69727 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/SemaObjC/at-defs.m b/test/SemaObjC/at-defs.m index 4aa56c4e88..78ce63cd52 100644 --- a/test/SemaObjC/at-defs.m +++ b/test/SemaObjC/at-defs.m @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -fsyntax-only +// RUN: clang-cc -triple i386-unknown-unknown %s -fsyntax-only @interface Test { double a;