mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove a reference to unused SolidityFixedFeeRegistrar
This commit is contained in:
parent
2f0ccb21be
commit
a0dd2cd1ff
@ -57,7 +57,7 @@ void removeTestSuite(std::string const& _name)
|
|||||||
{
|
{
|
||||||
master_test_suite_t& master = framework::master_test_suite();
|
master_test_suite_t& master = framework::master_test_suite();
|
||||||
auto id = master.get(_name);
|
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);
|
master.remove(id);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -279,7 +279,6 @@ test_suite* init_unit_test_suite( int /*argc*/, char* /*argv*/[] )
|
|||||||
"ABIDecoderTest",
|
"ABIDecoderTest",
|
||||||
"ABIEncoderTest",
|
"ABIEncoderTest",
|
||||||
"SolidityAuctionRegistrar",
|
"SolidityAuctionRegistrar",
|
||||||
"SolidityFixedFeeRegistrar",
|
|
||||||
"SolidityWallet",
|
"SolidityWallet",
|
||||||
"GasMeterTests",
|
"GasMeterTests",
|
||||||
"GasCostTests",
|
"GasCostTests",
|
||||||
|
Loading…
Reference in New Issue
Block a user