[isoltest] Enforcing compileViaYul to be set if test can pass via yul

This commit is contained in:
Djordje Mijovic
2020-05-05 00:38:13 +02:00
committed by chriseth
parent cb32530b6b
commit 8b7f87eed5
127 changed files with 412 additions and 145 deletions
@@ -4,6 +4,8 @@ contract A {
function fow() public { x = 3; }
fallback () external { x = 2; }
}
// ====
// compileViaYul: also
// ----
// (): hex"d88e0b"
// x() -> 2