From 82bc2e1fe4d4f24daceade0ed0515064b500701e Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Thu, 13 Oct 2022 13:12:55 +0200 Subject: [PATCH] test: no need to test mixing meta contexts actually, dropped the todo --- test/entt/meta/meta_context.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/entt/meta/meta_context.cpp b/test/entt/meta/meta_context.cpp index d1b858be1..a69c5933b 100644 --- a/test/entt/meta/meta_context.cpp +++ b/test/entt/meta/meta_context.cpp @@ -451,7 +451,3 @@ TEST_F(MetaContext, ForwardAsMeta) { ASSERT_EQ(global.type().data("marker"_hs).get({}).cast(), global_marker); ASSERT_EQ(local.type().data("marker"_hs).get({}).cast(), local_marker); } - -TEST_F(MetaContext, ContextMix) { - // TODO -}