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 28bf394275..adefd65ca0 100755 --- a/pidl/tests/typelist.pl +++ b/pidl/tests/typelist.pl @@ -37,6 +37,7 @@ is_deeply(getType("uint16"), { is_deeply(getType("double"), { NAME => "double", + BASEFILE => "<builtin>", TYPE => "TYPEDEF", DATA => { NAME => "double", TYPE => "SCALAR" }}); |