diff options
author | Alp Toker <alp@nuanti.com> | 2013-12-08 21:12:27 +0000 |
---|---|---|
committer | Alp Toker <alp@nuanti.com> | 2013-12-08 21:12:27 +0000 |
commit | 75e225318fc419a26c36fd24562cfa322b3efcf6 (patch) | |
tree | 3236ce67fda26d79ae961abb8bcff54fa29bc7cb /clang/test/Parser/ms-inline-asm.c | |
parent | 5a60686cf900467c7f7bcd7d11025bb27ac6a9ad (diff) | |
download | bcm5719-llvm-75e225318fc419a26c36fd24562cfa322b3efcf6.tar.gz bcm5719-llvm-75e225318fc419a26c36fd24562cfa322b3efcf6.zip |
Re-enable ms inline asm parser test.
LLVM r196044 should make it pass.
llvm-svn: 196734
Diffstat (limited to 'clang/test/Parser/ms-inline-asm.c')
-rw-r--r-- | clang/test/Parser/ms-inline-asm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Parser/ms-inline-asm.c b/clang/test/Parser/ms-inline-asm.c index dff19b4654b..a9c15cf6b9a 100644 --- a/clang/test/Parser/ms-inline-asm.c +++ b/clang/test/Parser/ms-inline-asm.c @@ -1,4 +1,4 @@ -// REQUIRES: disabled +// REQUIRES: x86-registered-target // RUN: %clang_cc1 %s -triple i386-apple-darwin10 -verify -fasm-blocks #define M __asm int 0x2c |