ソースを参照

test: no need to test mixing meta contexts actually, dropped the todo

Michele Caini 3 年 前
コミット
82bc2e1fe4
1 ファイル変更0 行追加4 行削除
  1. 0 4
      test/entt/meta/meta_context.cpp

+ 0 - 4
test/entt/meta/meta_context.cpp

@@ -451,7 +451,3 @@ TEST_F(MetaContext, ForwardAsMeta) {
     ASSERT_EQ(global.type().data("marker"_hs).get({}).cast<int>(), global_marker);
     ASSERT_EQ(global.type().data("marker"_hs).get({}).cast<int>(), global_marker);
     ASSERT_EQ(local.type().data("marker"_hs).get({}).cast<int>(), local_marker);
     ASSERT_EQ(local.type().data("marker"_hs).get({}).cast<int>(), local_marker);
 }
 }
-
-TEST_F(MetaContext, ContextMix) {
-    // TODO
-}