Add missing type name that caused failing tests.

This commit is contained in:
Matthias Vallentin 2012-12-11 16:49:33 -08:00
parent 816965f3c7
commit 91f2cb2b64

View file

@ -30,6 +30,7 @@ const char* type_name(TypeTag t)
"table", "union", "record", "types",
"func",
"file",
"opaque",
"vector",
"type",
"error",