testing system function override

This commit is contained in:
Lysann Tranvouez 2025-10-02 22:41:33 +02:00
parent 1fbdb703eb
commit 5d833e2928
4 changed files with 28 additions and 2 deletions

View file

@ -18,7 +18,7 @@ int localFunctionDetour()
return 12;
}
TEST_CASE( "Overriding local function", "[local][attach]" )
TEST_CASE( "Overriding local function", "[attach][local]" )
{
localFunctionCounter = 0;
localFunctionDetourCounter = 0;