diff --git a/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.h b/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.h index 41f7215d35..bc7d8b6371 100644 --- a/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.h +++ b/Subtrees/beast/modules/beast_core/diagnostic/beast_UnitTest.h @@ -35,7 +35,7 @@ class UnitTests; class MyTest : public UnitTest { public: - MyTest() : UnitTest ("Foobar testing") { } + MyTest() : UnitTest ("Foobar testing", "packageName") { } void runTest() {