We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc5748 commit 64b58cbCopy full SHA for 64b58cb
src/options.cpp
@@ -24,6 +24,7 @@ const std::filesystem::path& Options::getAbsolutePath()
24
25
static const std::filesystem::path data = std::filesystem::absolute(absolute_path);
26
27
+ fmt::print("{}\n", data);
28
return data;
29
}
30
tests/dripline_test.cpp
@@ -5,8 +5,6 @@
5
#include <catch2/catch.hpp>
6
7
const Limits limits;
8
-const Options options;
9
-
10
11
TEST_CASE("Set the line colour", "[DripLine]")
12
{
0 commit comments