1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

ValueTreePropertyWithDefault: Initialise MessageManager in default setting unit test

This commit is contained in:
ed 2021-12-14 10:55:48 +00:00
parent a1ea76b408
commit 08283c9969

View file

@ -64,6 +64,8 @@ public:
beginTest ("set default");
{
ScopedJuceInitialiser_GUI scopedJuceInitialiser_gui;
ValueTree t ("root");
ValueTreePropertyWithDefault value (t, "testkey", nullptr);