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

This commit is contained in:
Michele Caini
2022-10-13 13:12:55 +02:00
parent 92a00f591d
commit 82bc2e1fe4

View File

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