Skip to content

Commit

Permalink
fixup! Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseth committed Aug 14, 2018
1 parent c0185ba commit 9ae0138
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
contract test {
function f() public pure returns (bytes) {
function f() public pure returns (bytes memory) {
return bytes("abc");
}
}

0 comments on commit 9ae0138

Please sign in to comment.