[PATCH] D84535: [clangd] Switch from EXPECT_TRUE to ASSERT_TRUE in remote marshalling tests
Kirill Bobyrev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 24 09:01:48 PDT 2020
kbobyrev created this revision.
kbobyrev added a reviewer: kadircet.
Herald added subscribers: cfe-commits, usaxena95, arphaman, jkorous, MaskRay, ilya-biryukov.
Herald added a project: clang.
When dereferencing Optional's it makes sense to use ASSERT_TRUE for better
test failures readability. Switch from EXPECT_TRUE to ASSERT_TRUE where
it is appropriate.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D84535
Files:
clang-tools-extra/clangd/unittests/remote/MarshallingTests.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84535.280478.patch
Type: text/x-patch
Size: 4112 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200724/7d287533/attachment-0001.bin>
More information about the cfe-commits
mailing list