From 749b3b78a4743ae294276e2a30004029b50ba859 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Tue, 8 Mar 2022 13:45:51 +0100 Subject: [PATCH] :alembic: reproducing #3377 --- test/src/unit-regression2.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/unit-regression2.cpp b/test/src/unit-regression2.cpp index 8c6e411937..0a8aa8d2f4 100644 --- a/test/src/unit-regression2.cpp +++ b/test/src/unit-regression2.cpp @@ -804,6 +804,7 @@ TEST_CASE("regression tests 2") #if JSON_HAS_FILESYSTEM || JSON_HAS_EXPERIMENTAL_FILESYSTEM SECTION("issue #3070 - Version 3.10.3 breaks backward-compatibility with 3.10.2 ") { + assert(false); nlohmann::detail::std_fs::path text_path("/tmp/text.txt"); json j(text_path);