Skip to content

Commit

Permalink
Test assert failure
Browse files Browse the repository at this point in the history
  • Loading branch information
endurodave committed Dec 8, 2024
1 parent 5256672 commit e69243e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ void TestAllTargetTypes() {
delegateA -= MakeDelegate(testClassSp, &Class::MemberFuncConst, workerThread1, WAIT_INFINITE);

ASSERT_TRUE(delegateA.Size() == 0);
ASSERT_TRUE(callCnt == 27);
ASSERT_TRUE(callCnt == 26);
}

//------------------------------------------------------------------------------
Expand Down

0 comments on commit e69243e

Please sign in to comment.