mirror of
https://github.com/nlohmann/json.git
synced 2026-07-12 13:35:13 +00:00
Overwork astyle call (#4573)
* 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * Use ubuntu-latest image to run Valgrind (#4575) * 🪝 use Clang image to run valgrind * 🪝 use Clang image to run valgrind * 🪝 use Clang image to run valgrind * 🪝 use Ubuntu image to run valgrind * Use Clang image to run iwyu (#4574) * 🪝 use Clang image to run iwyu * 🪝 use Clang image to run iwyu * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🪝 overwork astyle call * 🚶 format code * 🤮 clean up
This commit is contained in:
@@ -339,13 +339,13 @@ TEST_CASE("BJData")
|
||||
std::vector<int32_t> const numbers
|
||||
{
|
||||
-32769,
|
||||
-100000,
|
||||
-1000000,
|
||||
-10000000,
|
||||
-100000000,
|
||||
-1000000000,
|
||||
-2147483647 - 1, // https://stackoverflow.com/a/29356002/266378
|
||||
};
|
||||
-100000,
|
||||
-1000000,
|
||||
-10000000,
|
||||
-100000000,
|
||||
-1000000000,
|
||||
-2147483647 - 1, // https://stackoverflow.com/a/29356002/266378
|
||||
};
|
||||
for (const auto i : numbers)
|
||||
{
|
||||
CAPTURE(i)
|
||||
|
||||
Reference in New Issue
Block a user