Merge pull request #12642 from ethereum/remove-solidityfixedfeeregistrar-ref

Remove a reference to unused SolidityFixedFeeRegistrar (retry)
This commit is contained in:
chriseth 2022-02-08 13:32:05 +01:00 committed by GitHub
commit 91b7d5fe5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ void removeTestSuite(std::string const& _name)
{
master_test_suite_t& master = framework::master_test_suite();
auto id = master.get(_name);
assert(id != INV_TEST_UNIT_ID);
soltestAssert(id != INV_TEST_UNIT_ID, "Removing non-existent test suite!");
master.remove(id);
}
@ -279,7 +279,6 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] )
"ABIDecoderTest",
"ABIEncoderTest",
"SolidityAuctionRegistrar",
"SolidityFixedFeeRegistrar",
"SolidityWallet",
"GasMeterTests",
"GasCostTests",