mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update tests.
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
|
||||
#include <libsolutil/FixedHash.h>
|
||||
#include <libsolutil/Keccak256.h>
|
||||
#include <libsolutil/ErrorCodes.h>
|
||||
|
||||
#include <functional>
|
||||
|
||||
@@ -200,6 +201,9 @@ public:
|
||||
{
|
||||
return bytes();
|
||||
}
|
||||
/// @returns error returndata corresponding to the Panic(uint256) error code,
|
||||
/// if REVERT is supported by the current EVM version and the empty string otherwise.
|
||||
bytes panicData(util::PanicCode _code);
|
||||
|
||||
//@todo might be extended in the future
|
||||
template <class Arg>
|
||||
|
||||
Reference in New Issue
Block a user