diff options
Diffstat (limited to 'clang/test/Sema/Inputs/pragma-pack2.h')
-rw-r--r-- | clang/test/Sema/Inputs/pragma-pack2.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/clang/test/Sema/Inputs/pragma-pack2.h b/clang/test/Sema/Inputs/pragma-pack2.h deleted file mode 100644 index 11036133a15..00000000000 --- a/clang/test/Sema/Inputs/pragma-pack2.h +++ /dev/null @@ -1,6 +0,0 @@ - -#ifdef SET_SECOND_HEADER -#pragma pack (8) // expected-note 2 {{previous '#pragma pack' directive that modifies alignment is here}} -#endif - -struct S { int x; }; |