Silence an extra semicolon warning; NFC.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252046 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Aaron Ballman 2015-11-04 14:40:54 +00:00
parent 2c9435ef89
commit 1cfa35bef6

View File

@ -19,7 +19,7 @@
namespace llvm { namespace llvm {
DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef); DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef)
class OrcCAPIExecutionTest : public testing::Test, public OrcExecutionTest { class OrcCAPIExecutionTest : public testing::Test, public OrcExecutionTest {
protected: protected: