diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-30 12:17:38 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-07-30 12:17:38 +0000 |
commit | f9f672c06de57f4fb83897837feb5d42411c32ef (patch) | |
tree | 8d5f5ea225e5f4c8e818b7e61aac2c1ad06495d3 /clang/test/Sema/struct-packed-align.c | |
parent | 71646ec206721c32cb10cd6f66c10a3709c54be0 (diff) | |
download | bcm5719-llvm-f9f672c06de57f4fb83897837feb5d42411c32ef.tar.gz bcm5719-llvm-f9f672c06de57f4fb83897837feb5d42411c32ef.zip |
Suppress clang/test/Sema/struct-packed-align.c also on msvc for investigating.
FIXME: This test is incompatible to MS compat mode.
FIXME: Don't suppress this also on mingw. :-p
llvm-svn: 214301
Diffstat (limited to 'clang/test/Sema/struct-packed-align.c')
-rw-r--r-- | clang/test/Sema/struct-packed-align.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/Sema/struct-packed-align.c b/clang/test/Sema/struct-packed-align.c index 9d99f4038db..3d6e165c27d 100644 --- a/clang/test/Sema/struct-packed-align.c +++ b/clang/test/Sema/struct-packed-align.c @@ -1,6 +1,9 @@ // RUN: %clang_cc1 %s -fsyntax-only -verify // expected-no-diagnostics +// FIXME: This test is incompatible to MS compat mode. +// REQUIRES: shell + // Packed structs. struct s { char a; |