From f9419cd5d7e24a371a123d0133c5109f6af02a50 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Sun, 8 Jan 2017 02:27:30 +0000 Subject: [Orc][RPC] Fix typo. llvm-svn: 291381 --- llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp') diff --git a/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp b/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp index 23052dcb70e..e379ce72111 100644 --- a/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp +++ b/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp @@ -498,7 +498,7 @@ TEST(DummyRPC, TestAPICalls) { auto Err = DummyCallsAll::negotiate(Client); EXPECT_EQ(errorToErrorCode(std::move(Err)).value(), static_cast(OrcErrorCode::UnknownRPCFunction)) - << "Uxpected 'UnknownRPCFunction' error for attempted negotiate of " + << "Expected 'UnknownRPCFunction' error for attempted negotiate of " "unsupported function"; } -- cgit v1.2.3