Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
oktonion committed Sep 15, 2024
1 parent 6bc6e7d commit 2ca5bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/delegate0_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct Test
}
void call2()
{
func_called = true;
func_called = !func_called;
}
};

Expand Down

0 comments on commit 2ca5bbd

Please sign in to comment.