diff options
author | Chad Rosier <mcrosier@apple.com> | 2013-01-22 21:39:58 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2013-01-22 21:39:58 +0000 |
commit | bce9205e430e94918476ae62579f9e3c811294d7 (patch) | |
tree | 165b57667af133dd4061dab6a5678268a77ba12d | |
parent | bd00bdb4f70d280bfffe785561bd368a7b6e9f27 (diff) |
Add a triple, per Ben's suggestion.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173198 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Parser/ms-inline-asm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Parser/ms-inline-asm.c b/test/Parser/ms-inline-asm.c index 321cb6d644..3c0bae6c34 100644 --- a/test/Parser/ms-inline-asm.c +++ b/test/Parser/ms-inline-asm.c @@ -1,5 +1,4 @@ -// REQUIRES: x86-registered-target -// RUN: %clang_cc1 %s -verify -fasm-blocks +// RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks #define M __asm int 0x2c #define M2 int |