diff options
-rwxr-xr-x | pidl/tests/ndr.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pidl/tests/ndr.pl b/pidl/tests/ndr.pl index 53b8cb89e3b..9c301892ae2 100755 --- a/pidl/tests/ndr.pl +++ b/pidl/tests/ndr.pl @@ -533,7 +533,8 @@ $t = { ORIGINAL => { TYPE => "UNION", NAME => "foo" - } + }, + ALIGN => undef }; is_deeply(ParseType($t->{ORIGINAL}, "ref"), $t); |