From a5391bb992ff4f4eb86b1757564f4e2d02ae58ef Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 18 Dec 2019 18:43:26 -0800 Subject: [PATCH] minor --- test/testtype.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/testtype.cpp b/test/testtype.cpp index 8cd4726..ab03581 100644 --- a/test/testtype.cpp +++ b/test/testtype.cpp @@ -24,6 +24,7 @@ void showSize() CASE(impl::FieldDesc); CASE(impl::FieldStorage); CASE(impl::StructTop); + CASE(BitMask); #undef CASE }