From a01713d3dc72a247a8b02360d28e7a98df112bad Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 2 Oct 2009 17:11:26 +1000 Subject: pid: update ndr testsuite for new union alignment --- pidl/tests/ndr.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pidl/tests') 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); -- cgit