From 91f2cb2b64500f9c65ece76d977423202b7efcaa Mon Sep 17 00:00:00 2001 From: Matthias Vallentin Date: Tue, 11 Dec 2012 16:49:33 -0800 Subject: [PATCH] Add missing type name that caused failing tests. --- src/Type.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Type.cc b/src/Type.cc index 0baff8b2ee..30ff3ce897 100644 --- a/src/Type.cc +++ b/src/Type.cc @@ -30,6 +30,7 @@ const char* type_name(TypeTag t) "table", "union", "record", "types", "func", "file", + "opaque", "vector", "type", "error",