Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj committed Nov 5, 2024
1 parent a939981 commit 727b939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tst/utils/Thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ TEST_F(ThreadFunctionalityTest, VerifyStackSize)
EXPECT_NE(0, threadId2);
EXPECT_EQ(STATUS_SUCCESS, THREAD_JOIN(threadId2, NULL));
EXPECT_EQ(0, threadInfo2.failure);
EXPECT_EQ(threadStack, threadInfo2.stackSize);
EXPECT_EQ(threadStack2, threadInfo2.stackSize);
}

#endif

0 comments on commit 727b939

Please sign in to comment.