mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 05:48:26 +00:00
Bug 953296 - Properly condition function-deleter tests on SHOULD_TEST_FUNCTION_REFERENCE_DELETER. r=bustage
This commit is contained in:
parent
7a88795a72
commit
a377a906df
@ -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…
x
Reference in New Issue
Block a user