Fix typo in test name: leave_items_on_tack.sol -> leave_items_on_stack.sol

This commit is contained in:
Kamil Śliwak
2021-09-21 16:28:16 +02:00
parent 7bd1d1cf20
commit b1351f4807
@@ -0,0 +1,9 @@
contract C {
function f() pure public {
assembly {
mload(0)
}
}
}
// ----
// TypeError 3083: (75-83): Top-level expressions are not supposed to return values (this expression returns 1 value). Use ``pop()`` or assign them.