summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpidl/tests/ndr.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/pidl/tests/ndr.pl b/pidl/tests/ndr.pl
index 53b8cb89e3..9c301892ae 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);