diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-04-21 21:17:29 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-04-21 21:17:29 +0000 |
commit | 5bd0939989e31113dcded537176311a822682422 (patch) | |
tree | 4364ddf79c4959f3280af7d4c76f14ead7f1b8f7 | |
parent | bd5e5a5a8f02c9c43be1f12b27fb06b5920f37da (diff) |
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
-rw-r--r-- | test/SemaObjC/at-defs.m | 2 |
1 files changed, 1 insertions, 1 deletions
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; |