diff options
author | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2014-07-04 19:22:29 +0000 |
---|---|---|
committer | Ehsan Akhgari <ehsan.akhgari@gmail.com> | 2014-07-04 19:22:29 +0000 |
commit | edd82a996c341c1ff0fe8067393324032aeb2d3c (patch) | |
tree | 0b43e64c18d235f1a9f36d2b43f57a1f94f2d8d0 /clang/test/Sema/ms-inline-asm.c | |
parent | 4103da6bfb48de048751e4e5c68f085757b005e0 (diff) | |
download | bcm5719-llvm-edd82a996c341c1ff0fe8067393324032aeb2d3c.tar.gz bcm5719-llvm-edd82a996c341c1ff0fe8067393324032aeb2d3c.zip |
Fix up the test that expects the failure fixed in r212352
llvm-svn: 212353
Diffstat (limited to 'clang/test/Sema/ms-inline-asm.c')
-rw-r--r-- | clang/test/Sema/ms-inline-asm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/test/Sema/ms-inline-asm.c b/clang/test/Sema/ms-inline-asm.c index deca6509b83..66504aa0841 100644 --- a/clang/test/Sema/ms-inline-asm.c +++ b/clang/test/Sema/ms-inline-asm.c @@ -38,13 +38,11 @@ void rdar15318432(void) { // and do name lookup, if parsing failed, we did not restore the lexer state // properly. - // expected-error@+2 {{expected identifier}} __asm { and ecx, ~15 } int x = 0; - // expected-error@+3 {{expected identifier}} __asm { and ecx, x and ecx, ~15 |