mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[isoltest] Remove storage command left overs.
This commit is contained in:
parent
29c8f282e4
commit
66099fe938
@ -59,7 +59,6 @@ namespace solidity::frontend::test
|
||||
K(Library, "library", 0) \
|
||||
K(Right, "right", 0) \
|
||||
K(Failure, "FAILURE", 0) \
|
||||
K(Storage, "storage", 0) \
|
||||
K(Gas, "gas", 0) \
|
||||
|
||||
namespace soltest
|
||||
|
@ -512,7 +512,6 @@ void TestFileParser::Scanner::scanNextToken()
|
||||
if (_literal == "right") return {Token::Right, ""};
|
||||
if (_literal == "hex") return {Token::Hex, ""};
|
||||
if (_literal == "FAILURE") return {Token::Failure, ""};
|
||||
if (_literal == "storage") return {Token::Storage, ""};
|
||||
if (_literal == "gas") return {Token::Gas, ""};
|
||||
return {Token::Identifier, _literal};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user