diff options
Diffstat (limited to 'test/view.cpp')
-rw-r--r-- | test/view.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/view.cpp b/test/view.cpp index 04653656..1b79f254 100644 --- a/test/view.cpp +++ b/test/view.cpp @@ -1,5 +1,3 @@ -#define ENABLE_IMPLICIT_FILEPATH_CONVERSIONS - #include "view.h" #include <string> @@ -25,7 +23,6 @@ TEST_CASE("get_filename_suggestion() normalizes filenames for saving articles", newsboat::View v(&c); ConfigContainer cfg{}; - Cache rsscache(":memory:", cfg); v.set_config_container(&cfg); c.set_view(&v); |