commit | 5bd0939989e31113dcded537176311a822682422 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Tue Apr 21 21:17:29 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Tue Apr 21 21:17:29 2009 +0000 |
tree | 4364ddf79c4959f3280af7d4c76f14ead7f1b8f7 | |
parent | bd5e5a5a8f02c9c43be1f12b27fb06b5920f37da [diff] [blame] |
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 4aa56c4..78ce63c 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;