Skip to content

Commit

Permalink
fix test build error
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeathlyCow committed Sep 25, 2023
1 parent 26814d0 commit 868314f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/options_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TEST_CASE("Strict on with flag set")

TEST_CASE("Seeded rng is deterministic")
{
int seed = 123;
constexpr unsigned long seed = 123;
Options ops(seed);
Options other(seed);

Expand Down

0 comments on commit 868314f

Please sign in to comment.