Update tests.

This commit is contained in:
chriseth
2018-07-03 22:51:55 +02:00
parent 87241fd58c
commit 2211739fc4
10 changed files with 7 additions and 26 deletions
@@ -1,6 +1,6 @@
contract C {
uint[] x;
function() public {
function() external {
uint[] storage y = x;
assembly {
pop(y_slot)