1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

pidl Fix samba4.pidl.typelist test after addition of 'double'

This commit is contained in:
Andrew Bartlett 2009-06-05 10:27:30 +10:00
parent b65ba0e26c
commit e53ee27091

View File

@ -37,6 +37,7 @@ is_deeply(getType("uint16"), {
is_deeply(getType("double"), {
NAME => "double",
BASEFILE => "<builtin>",
TYPE => "TYPEDEF",
DATA => { NAME => "double", TYPE => "SCALAR" }});