Don't output the DECLSPEC_ALIGN() directives in the TYPE_FIELD tests.
This commit is contained in:
parent
15fbcacbb4
commit
7421a7b560
|
@ -706,6 +706,7 @@ sub output_test_pack_fields {
|
|||
|
||||
foreach my $field ($type->fields()) {
|
||||
my $field_type_name = $field->type_name;
|
||||
$field_type_name =~ s/\s+DECLSPEC_ALIGN\(\d+\)//;
|
||||
my $field_name = $field->name;
|
||||
my $field_size = $field->size;
|
||||
my $field_offset = $field->offset;
|
||||
|
|
Loading…
Reference in New Issue