From 619f32018389ed0b04ae35683352c3b69832d5d7 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 23 Dec 2008 03:17:01 +0100 Subject: pidl: Fix typelist test after addition of type origin tracking. --- pidl/tests/typelist.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'pidl/tests') 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 => "", TYPE => "TYPEDEF", DATA => { NAME => "uint16", TYPE => "SCALAR" }}); -- cgit