mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #6990 from ethereum/sol-yul-storage-array-index
Enable yul for more end to end tests
This commit is contained in:
commit
2563178a0a
@ -76,9 +76,9 @@ struct CopyTranslate: public yul::ASTCopier
|
|||||||
|
|
||||||
return yul::Literal{
|
return yul::Literal{
|
||||||
_identifier.location,
|
_identifier.location,
|
||||||
yul::LiteralKind::Number,
|
yul::LiteralKind::Number,
|
||||||
yul::YulString{value},
|
yul::YulString{value},
|
||||||
yul::YulString{"uint256"}
|
yul::YulString{"uint256"}
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user