unittest: remove extraneous ';'

Silences a warning from gcc:6.  NFC

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@291394 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Saleem Abdulrasool 2017-01-08 18:36:49 +00:00
parent ed44aa9bfd
commit cab7013a23

View File

@ -134,7 +134,7 @@ namespace DummyRPCAPI {
static const char* getName() { return "CustomType"; }
};
};
}
class DummyRPCEndpoint : public SingleThreadedRPCEndpoint<QueueChannel> {
public: