From 47c1f28230ec96ca446a86ce3af0294837359d94 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Fri, 21 Aug 2026 15:55:13 +0200 Subject: Dangling --- modules/core/tests/schema.cpp | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'modules/core/tests') diff --git a/modules/core/tests/schema.cpp b/modules/core/tests/schema.cpp index 5c884b4..db82b97 100644 --- a/modules/core/tests/schema.cpp +++ b/modules/core/tests/schema.cpp @@ -1,20 +1,28 @@ #include -/* #include "../c++/abstract/schema.hpp" +#include "../c++/abstract/stringify_schema.hpp" namespace { namespace ts { using namespace kel::lbm::sch; -using TPtr = Ptr; +// using TPtr = Ptr; using TVal = UInt16; } - +/* SAW_TEST("Abstract/Schema/Ptr"){ using namespace kel::lbm; // static_assert(std::is_same_v::Schema, ts::TVal>, "schema decay failed"); } -} */ + +SAW_TEST("Abstract/SchemaStringify/PrimitiveKind"){ + using namespace kel::lbm; + + using TSch = ts::UnsignedInteger; + + static constexpr auto str = schema_to_string::value; +} +} -- cgit v1.2.3