OSDN Git Service

[Orc][RPC] Fix typo.
authorLang Hames <lhames@gmail.com>
Sun, 8 Jan 2017 02:27:30 +0000 (02:27 +0000)
committerLang Hames <lhames@gmail.com>
Sun, 8 Jan 2017 02:27:30 +0000 (02:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291381 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp

index 23052dc..e379ce7 100644 (file)
@@ -498,7 +498,7 @@ TEST(DummyRPC, TestAPICalls) {
     auto Err = DummyCallsAll::negotiate(Client);
     EXPECT_EQ(errorToErrorCode(std::move(Err)).value(),
               static_cast<int>(OrcErrorCode::UnknownRPCFunction))
-      << "Uxpected 'UnknownRPCFunction' error for attempted negotiate of "
+      << "Expected 'UnknownRPCFunction' error for attempted negotiate of "
          "unsupported function";
   }