Skip to content

Commit

Permalink
Make decompress#RANDOM_CHARS constexpr
Browse files Browse the repository at this point in the history
Hopefully this will fix the tests on MACOS
  • Loading branch information
ToMe25 committed Jan 11, 2024
1 parent 7586010 commit 5deb5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_uzlib_gzip_wrapper/decompress.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const std::mt19937::result_type RANDOM_SEED = 1685018244;
/**
* The characters to be used as part of the generated random data.
*/
const char RANDOM_CHARS[] =
constexpr char RANDOM_CHARS[] =
"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";

/**
Expand Down

0 comments on commit 5deb5d7

Please sign in to comment.