diff options
Diffstat (limited to 'test/Sema/fpack-struct.c')
-rw-r--r-- | test/Sema/fpack-struct.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Sema/fpack-struct.c b/test/Sema/fpack-struct.c index 37c8444..63766e9 100644 --- a/test/Sema/fpack-struct.c +++ b/test/Sema/fpack-struct.c @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -DEXPECTED_STRUCT_SIZE=5 -fpack-struct 1 %s -// RUN: %clang_cc1 -DEXPECTED_STRUCT_SIZE=6 -fpack-struct 2 %s +// RUN: %clang_cc1 -DEXPECTED_STRUCT_SIZE=5 -fpack-struct=1 %s +// RUN: %clang_cc1 -DEXPECTED_STRUCT_SIZE=6 -fpack-struct=2 %s struct s0 { int x; |