mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix wrong test settings
This commit is contained in:
parent
78105444f1
commit
85b67d3820
@ -16,7 +16,7 @@ contract C {
|
|||||||
function t(uint) public pure {
|
function t(uint) public pure {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ===
|
// ====
|
||||||
// compileViaYul: true
|
// compileViaYul: true
|
||||||
// ----
|
// ----
|
||||||
// f() -> 0
|
// f() -> 0
|
||||||
|
@ -23,7 +23,7 @@ contract C is X {
|
|||||||
x = 3;
|
x = 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ===
|
// ====
|
||||||
// compileViaYul: true
|
// compileViaYul: true
|
||||||
// ----
|
// ----
|
||||||
// f() -> 3
|
// f() -> 3
|
||||||
|
Loading…
Reference in New Issue
Block a user