Merge pull request #6990 from ethereum/sol-yul-storage-array-index

Enable yul for more end to end tests
This commit is contained in:
chriseth 2019-06-24 16:30:33 +02:00 committed by GitHub
commit 2563178a0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 756 additions and 552 deletions

View File

@ -76,9 +76,9 @@ struct CopyTranslate: public yul::ASTCopier
return yul::Literal{
_identifier.location,
yul::LiteralKind::Number,
yul::YulString{value},
yul::YulString{"uint256"}
yul::LiteralKind::Number,
yul::YulString{value},
yul::YulString{"uint256"}
};
}
}

File diff suppressed because it is too large Load Diff