Apply modernize-use-nullptr.

This commit is contained in:
Alexander Arlt
2020-04-01 12:46:19 -05:00
parent 82f57f0465
commit 616fd8df1e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] )
if (solidity::test::CommonOptions::get().disableSMT)
removeTestSuite("SMTChecker");
return 0;
return nullptr;
}
// BOOST_TEST_DYN_LINK should be defined if user want to link against shared boost test library