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