From 4ac4dd710bf7dafe7fa6f79c10da5b52c0cbc1e3 Mon Sep 17 00:00:00 2001 From: Takashi Sawanaka Date: Sun, 17 Nov 2019 16:01:14 +0900 Subject: [PATCH] Fix broken unit tests (cherry picked from commit 4a3d9dc5448bcc1d95c1e071f0896f134d6c87cc) --- Testing/GoogleTest/UnitTests/misc.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Testing/GoogleTest/UnitTests/misc.cpp b/Testing/GoogleTest/UnitTests/misc.cpp index 6724449e9..2d1529ab8 100644 --- a/Testing/GoogleTest/UnitTests/misc.cpp +++ b/Testing/GoogleTest/UnitTests/misc.cpp @@ -36,5 +36,6 @@ CRegOptionsMgr m_option; COptionsMgr * GetOptionsMgr() { m_option.InitOption(OPT_PLUGINS_DISABLED_LIST, _T("")); + m_option.InitOption(OPT_PLUGINS_CUSTOM_FILTERS_LIST, _T("")); return &m_option; } -- 2.11.0