Skip to content

Commit

Permalink
fix int comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
Dysrhythmic committed Sep 8, 2024
1 parent 1356c74 commit 02b2c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/concurrency/tests/unit/tagged_ptr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ void tagged_ptr_test()

{
tagged_ptr<int> j(&a, max_tag);
HPX_TEST_EQ(j.get_next_tag(), 0);
HPX_TEST_EQ(j.get_next_tag(), 0UL);
}

{
Expand Down

0 comments on commit 02b2c24

Please sign in to comment.