Skip to content

Commit 5bacb42

Browse files
committed
Fix CI
1 parent 7b15b46 commit 5bacb42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/unique.deprecated_in_cxx17.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@
2020

2121
void f() {
2222
const std::shared_ptr<int> p;
23-
p.unique(); // expected-warning {{'unique' is deprecated}}
23+
std::ignore = p.unique(); // expected-warning {{'unique' is deprecated}}
2424
}

0 commit comments

Comments
 (0)