aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/modules/test_oat_hooks/test_oat_hooks.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/modules/test_oat_hooks/test_oat_hooks.c b/src/test/modules/test_oat_hooks/test_oat_hooks.c
index 0ad77e743de..1f40d632e07 100644
--- a/src/test/modules/test_oat_hooks/test_oat_hooks.c
+++ b/src/test/modules/test_oat_hooks/test_oat_hooks.c
@@ -1122,6 +1122,9 @@ nodetag_to_string(NodeTag tag)
case T_OidList:
return "OidList";
break;
+ case T_XidList:
+ return "XidList";
+ break;
case T_ExtensibleNode:
return "ExtensibleNode";
break;