1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

Silence redundant semicolon warnings. NFC.

llvm-svn: 295005
This commit is contained in:
Michael Kuperstein 2017-02-13 23:42:27 +00:00
parent ab08c57ca4
commit b36c66b0a3

View File

@ -146,13 +146,13 @@ private:
void freeVoidBool(bool B) {
};
}
TEST(DummyRPC, TestFreeFunctionHandler) {
Queue Q1, Q2;
DummyRPCEndpoint Server(Q2, Q1);
Server.addHandler<DummyRPCAPI::VoidBool>(freeVoidBool);
};
}
TEST(DummyRPC, TestAsyncVoidBool) {
Queue Q1, Q2;