mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Apply modernize-use-nullptr.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user