This commit is contained in:
tequ
2025-11-20 15:14:38 +09:00
parent a2e3ac4f66
commit 10bddc173a

View File

@@ -2582,7 +2582,7 @@ public:
}
ApplyContext
createApplyContext(jtx::Env& env, OpenView ov, STTx const& tx)
createApplyContext(jtx::Env& env, OpenView& ov, STTx const& tx)
{
ApplyContext applyCtx{
env.app(),
@@ -13417,6 +13417,8 @@ public:
void
testWithFeatures(FeatureBitset features)
{
test_emit(features); //
return;
testHooksOwnerDir(features);
testHooksDisabled(features);
testTxStructure(features);