Fix wrong test settings

This commit is contained in:
Mathias Baumann 2019-05-08 10:46:38 +02:00
parent 78105444f1
commit 85b67d3820
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ contract C {
function t(uint) public pure { function t(uint) public pure {
} }
} }
// === // ====
// compileViaYul: true // compileViaYul: true
// ---- // ----
// f() -> 0 // f() -> 0

View File

@ -23,7 +23,7 @@ contract C is X {
x = 3; x = 3;
} }
} }
// === // ====
// compileViaYul: true // compileViaYul: true
// ---- // ----
// f() -> 3 // f() -> 3