Commit 43a95a9a authored by Hans Wennborg's avatar Hans Wennborg Committed by Chromium LUCI CQ

Update nocompile expectations in weak_ptr_unittest.nc for new Clang

Bug: 1155145
Change-Id: I017435298a7e860f42f3d36ac27c6fc7a2e55841
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2571098
Commit-Queue: Hans Wennborg <hans@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Hans Wennborg <hans@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#833318}
parent 9275c8af
...@@ -132,7 +132,8 @@ void WontCompile() { ...@@ -132,7 +132,8 @@ void WontCompile() {
WeakPtr<Unrelated> ptr = AsWeakPtr(&f); WeakPtr<Unrelated> ptr = AsWeakPtr(&f);
} }
#elif defined(NCTEST_AMBIGUOUS_ANCESTORS) // [r"fatal error: use of undeclared identifier 'AsWeakPtrImpl'"] #elif defined(NCTEST_AMBIGUOUS_ANCESTORS) // [r"fatal error: (use of undeclared identifier|no matching function for call to) 'AsWeakPtrImpl'"]
// TODO(crbug.com/1155145): Update expectation after rolling clang.
void WontCompile() { void WontCompile() {
MultiplyDerivedProducer f; MultiplyDerivedProducer f;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment