[RGT] RPCUtilsTest, replace un-executed EXPECT with unreachable
authorPaul Robinson <paul.robinson@sony.com>
Fri, 12 Mar 2021 16:47:48 +0000 (08:47 -0800)
committerPaul Robinson <paul.robinson@sony.com>
Wed, 17 Mar 2021 14:37:21 +0000 (07:37 -0700)
commit05eeb6077a13aaa5118d6a3f291952710ed84142
treef3a1abbd37835f32b3eb7b0fc98b600c945ba9dd
parent021de7cf80268091cf13485a538b611b37d0b33e
[RGT] RPCUtilsTest, replace un-executed EXPECT with unreachable

Unreachable code should be self-documented as unreachable.

Found by the Rotten Green Tests project.

Differential Revision: https://reviews.llvm.org/D98518
llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp