Merge pull request #6696 from ethereum/sol-yul-while

Fix wrong test settings
This commit is contained in:
chriseth
2019-05-08 12:48:57 +02:00
committed by GitHub
3 changed files with 5 additions and 4 deletions
@@ -16,7 +16,7 @@ contract C {
function t(uint) public pure {
}
}
// ===
// ====
// compileViaYul: true
// ----
// f() -> 0
@@ -23,7 +23,7 @@ contract C is X {
x = 3;
}
}
// ===
// ====
// compileViaYul: true
// ----
// f() -> 3