]> granicus.if.org Git - clang/commit
Use ASSERT_THAT_ERROR instead of logAllUnhandledErrors/exit
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 9 Aug 2019 06:14:54 +0000 (06:14 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 9 Aug 2019 06:14:54 +0000 (06:14 +0000)
commit63cf32acf90e5499f4ba651faa05025845f71e7d
tree334fef04b1141d459ac8c7a52ea7c222f19f4058
parentb5ce2f9f8fd5fce50a964886da6765fb8aa5a9fa
Use ASSERT_THAT_ERROR instead of logAllUnhandledErrors/exit

Summary: ASSERT_THAT_ERROR looks like the intended helper for use in tests.

Reviewers: plotfi, jkorous, compnerd

Subscribers: mgorny, dexonsmith, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D65853

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368399 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/DirectoryWatcher/CMakeLists.txt
unittests/DirectoryWatcher/DirectoryWatcherTest.cpp