diff options
author | Andrew Tridgell <tridge@samba.org> | 2009-10-02 17:11:26 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2009-10-02 17:11:26 +1000 |
commit | a01713d3dc72a247a8b02360d28e7a98df112bad (patch) | |
tree | bda7caae89503d9972634b07afb1f28f551c892e /pidl | |
parent | 7bdb4306b033be3fdb49773560bd84a1202c3457 (diff) | |
download | samba-a01713d3dc72a247a8b02360d28e7a98df112bad.tar.gz |
pid: update ndr testsuite for new union alignment
Diffstat (limited to 'pidl')
-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); |