Bug 953296 - Properly condition function-deleter tests on SHOULD_TEST_FUNCTION_REFERENCE_DELETER. r=bustage

This commit is contained in:
Jeff Walden 2014-07-08 11:37:45 -07:00
parent e7bd94ba5c
commit 89d21cd706

View File

@ -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())