try vs ci

This commit is contained in:
ado 2021-02-25 00:49:50 +01:00
parent 945c6fbc6f
commit 2f7e3f63f7

View File

@ -1,3 +1,5 @@
#include <optional>
/*
#include "test_helpers.hpp" #include "test_helpers.hpp"
#include <algorithm> #include <algorithm>
#include <filesystem> #include <filesystem>
@ -735,3 +737,4 @@ TEST_CASE("parser test multiline restricted") {
} }
CHECK_EQ(i, data); CHECK_EQ(i, data);
} }
*/