mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 17:48:21 +00:00
Add missing type name that caused failing tests.
This commit is contained in:
parent
816965f3c7
commit
91f2cb2b64
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ const char* type_name(TypeTag t)
|
||||||
"table", "union", "record", "types",
|
"table", "union", "record", "types",
|
||||||
"func",
|
"func",
|
||||||
"file",
|
"file",
|
||||||
|
"opaque",
|
||||||
"vector",
|
"vector",
|
||||||
"type",
|
"type",
|
||||||
"error",
|
"error",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue