Skip to content

Commit 5d09913

Browse files
committed
[cxx-interop] Fix typo in test
1 parent d36173a commit 5d09913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interop/Cxx/operators/Inputs/member-inline.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct LoadableIntWrapper {
3030
}
3131

3232
// Friend functions
33-
friend bool operator==(const LoadableIntWrapper lhs,
33+
friend bool operator==(const LoadableIntWrapper &lhs,
3434
const LoadableIntWrapper &rhs) {
3535
return lhs.value == rhs.value;
3636
}

0 commit comments

Comments
 (0)