testing system function override
This commit is contained in:
parent
1fbdb703eb
commit
5d833e2928
4 changed files with 28 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue