mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 953296 - Properly condition function-deleter tests on SHOULD_TEST_FUNCTION_REFERENCE_DELETER. r=bustage
This commit is contained in:
parent
e7bd94ba5c
commit
89d21cd706
@ -595,8 +595,10 @@ main()
|
||||
return 1;
|
||||
if (!TestReferenceDeleter())
|
||||
return 1;
|
||||
#if SHOULD_TEST_FUNCTION_REFERENCE_DELETER
|
||||
if (!TestFunctionReferenceDeleter())
|
||||
return 1;
|
||||
#endif
|
||||
if (!TestVector())
|
||||
return 1;
|
||||
if (!TestArray())
|
||||
|
Loading…
Reference in New Issue
Block a user