diff options
-rwxr-xr-x | pidl/tests/typelist.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pidl/tests/typelist.pl b/pidl/tests/typelist.pl index 54f4d34586..80ee868f9d 100755 --- a/pidl/tests/typelist.pl +++ b/pidl/tests/typelist.pl @@ -30,6 +30,7 @@ is_deeply(getType({ TYPE => "STRUCT" }), { TYPE => "STRUCT" }); is_deeply(getType({ TYPE => "ENUM", NAME => "foo" }), $x); is_deeply(getType("uint16"), { NAME => "uint16", + BASEFILE => "<builtin>", TYPE => "TYPEDEF", DATA => { NAME => "uint16", TYPE => "SCALAR" }}); |