pidl: Fix typelist test after addition of type origin tracking.
authorJelmer Vernooij <jelmer@samba.org>
Tue, 23 Dec 2008 02:17:01 +0000 (03:17 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 23 Dec 2008 02:17:01 +0000 (03:17 +0100)
pidl/tests/typelist.pl

index 54f4d345865d2d82bb04bfa5a735539b895977dd..80ee868f9d7a4ca1e9d94cb168d5b6365b7e03e6 100755 (executable)
@@ -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" }});