Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Udopia committed Nov 9, 2024
1 parent 5337887 commit 129aa99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Util.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define DOCTEST_CONFIG_IMPLEMENT_WITH_MAIN
#include "doctest.h"

static std::string tmp_filename(std::string dir, std::string ext, uint length = 32U)
static std::string tmp_filename(std::string dir, std::string ext, unsigned length = 32U)
{
const char hex_chars[] = "0123456789abcdef";
std::random_device rd;
Expand Down

0 comments on commit 129aa99

Please sign in to comment.