File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434
3535#include " log.h"
3636
37+ static const mu::engraving::IEngravingConfiguration::DebuggingOptions debugOpt {};
38+
3739static muse::testing::SuiteEnvironment engraving_se (
3840{
3941 new muse::draw::DrawModule (),
@@ -55,8 +57,6 @@ static muse::testing::SuiteEnvironment engraving_se(
5557 std::shared_ptr<ECMock> configurator (new ECMock (), [](ECMock*) {}); // no delete
5658 ON_CALL (*configurator, isAccessibleEnabled ()).WillByDefault (::testing::Return (false ));
5759 ON_CALL (*configurator, defaultColor ()).WillByDefault (::testing::Return (muse::draw::Color::BLACK));
58-
59- mu::engraving::IEngravingConfiguration::DebuggingOptions debugOpt {};
6060 ON_CALL (*configurator, debuggingOptions ()).WillByDefault (::testing::ReturnRef (debugOpt));
6161
6262 muse::modularity::globalIoc ()->unregister <mu::engraving::IEngravingConfiguration>(" utests" );
You can’t perform that action at this time.
0 commit comments