Skip to content

Commit cc02811

Browse files
committed
Test fix attempt 2
1 parent 7e74953 commit cc02811

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/Checkers/WebKit/forward-decl-checker.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
return obj;
4141
}
4242

43-
void opaque_call_arg(Obj* obj, Obj&& otherObj, const RefPtr<Obj>& safeObj, WeakPtr<Obj> weakObj, std::unique_ptr<Obj> uniqObj) {
43+
void opaque_call_arg(Obj* obj, Obj&& otherObj, const RefPtr<Obj>& safeObj, WeakPtr<Obj> weakObj, std::unique_ptr<Obj>& uniqObj) {
4444
receive_obj_ref(*obj);
4545
receive_obj_ptr(&*obj);
4646
receive_obj_rref(std::move(otherObj));

0 commit comments

Comments
 (0)