Skip to content

Commit

Permalink
Assign unsigned constant to datum in test
Browse files Browse the repository at this point in the history
  • Loading branch information
LegalizeAdulthood committed Dec 29, 2024
1 parent ebf284c commit e91224a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_resume.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void TestResume::SetUp()
Test::SetUp();
m_data.datum1 = 123;
m_data.datum2 = 64;
m_data.datum3 = 65536;
m_data.datum3 = 65536U;
alloc_resume(sizeof(ResumeData) + 20, 3);
}

Expand Down

0 comments on commit e91224a

Please sign in to comment.