diff options
author | Renato Golin <renato.golin@linaro.org> | 2013-01-25 22:13:50 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2013-01-25 22:13:50 +0000 |
commit | 69bb7f6bbe6fcdb6a8f44a036e62af82724e9329 (patch) | |
tree | ec49bcb29d73845369e21c129cdae561697dc55f | |
parent | d08606817a3c8f36441247451c1c9a19abeebd5e (diff) |
Temporarily disabling ms-asm test
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173510 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Parser/ms-inline-asm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Parser/ms-inline-asm.c b/test/Parser/ms-inline-asm.c index 3c0bae6c34..dff19b4654 100644 --- a/test/Parser/ms-inline-asm.c +++ b/test/Parser/ms-inline-asm.c @@ -1,3 +1,4 @@ +// REQUIRES: disabled // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks #define M __asm int 0x2c |