Skip to content

Commit 7625f36

Browse files
authored
Update SameFileUnion.t.sol
1 parent 1462b8b commit 7625f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testdata/default/linking/samefile_union/SameFileUnion.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ contract UsesBoth {
1111
x = LInit.f();
1212
}
1313

14-
function y() external pure returns (uint256) {
14+
function y() external view returns (uint256) {
1515
// used only in deployed bytecode
1616
return LRun.g();
1717
}

0 commit comments

Comments
 (0)