mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
fix
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user