summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2017-01-08 18:36:49 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2017-01-08 18:36:49 +0000
commit84d75f833796e509c32839244d512cb3b6ec0e55 (patch)
tree56d97e52d8020472b431e13f23e4307dba4ca62c /llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
parentb2a80950fed356a71124d15077a878464f850b85 (diff)
downloadbcm5719-llvm-84d75f833796e509c32839244d512cb3b6ec0e55.tar.gz
bcm5719-llvm-84d75f833796e509c32839244d512cb3b6ec0e55.zip
unittest: remove extraneous ';'
Silences a warning from gcc:6. NFC llvm-svn: 291394
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp')
-rw-r--r--llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp b/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
index e379ce72111..186c3d40848 100644
--- a/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
+++ b/llvm/unittests/ExecutionEngine/Orc/RPCUtilsTest.cpp
@@ -134,7 +134,7 @@ namespace DummyRPCAPI {
static const char* getName() { return "CustomType"; }
};
-};
+}
class DummyRPCEndpoint : public SingleThreadedRPCEndpoint<QueueChannel> {
public:
OpenPOWER on IntegriCloud