mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[isoltest] Enforcing compileViaYul to be set if test can pass via yul
This commit is contained in:
committed by
chriseth
parent
cb32530b6b
commit
8b7f87eed5
@@ -10,6 +10,8 @@ contract test {
|
||||
to_multiple_map[42][23] = 31;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// to_string_map(uint256): 42 -> "24"
|
||||
// to_bool_map(uint256): 42 -> false
|
||||
|
||||
@@ -4,5 +4,7 @@ contract test {
|
||||
data = 8;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// compileViaYul: also
|
||||
// ----
|
||||
// data() -> 8
|
||||
|
||||
Reference in New Issue
Block a user