mirror of
https://github.com/nlohmann/json.git
synced 2026-07-30 15:43:01 +04:00
🎨 use Clang-Format
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
#include <memory> // unique_ptr
|
||||
#include <test_data.hpp>
|
||||
|
||||
namespace utils {
|
||||
namespace utils
|
||||
{
|
||||
|
||||
inline bool check_testsuite_downloaded()
|
||||
{
|
||||
@@ -23,7 +24,10 @@ inline bool check_testsuite_downloaded()
|
||||
|
||||
TEST_CASE("check test suite is downloaded")
|
||||
{
|
||||
REQUIRE_MESSAGE(utils::check_testsuite_downloaded(), "Test data not found in '" TEST_DATA_DIRECTORY "'. Please execute target 'download_test_data' before running this test suite. See <https://github.com/nlohmann/json#execute-unit-tests> for more information.");
|
||||
REQUIRE_MESSAGE(
|
||||
utils::check_testsuite_downloaded(),
|
||||
"Test data not found in '" TEST_DATA_DIRECTORY
|
||||
"'. Please execute target 'download_test_data' before running this test suite. See <https://github.com/nlohmann/json#execute-unit-tests> for more information.");
|
||||
}
|
||||
|
||||
} // namespace utils
|
||||
|
||||
Reference in New Issue
Block a user