mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-14 07:59:14 +00:00
This commit removes the lines from RefBaseTests.cpp that access a moved-from object after move. This change removes "use-after- move" clang-tidy warning. There is no pointing testing the behavior of moved-from objects because it can be avoided with clang-tidy check. Bug: dawn:1439 Change-Id: If2144db2b50ad3f5a6d7a8d402b2978db4d8bd16 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92620 Kokoro: Kokoro <noreply+kokoro@google.com> Commit-Queue: Takahiro <hogehoge@gachapin.jp> Reviewed-by: Corentin Wallez <cwallez@chromium.org>