Silence an extra semicolon warning; NFC.

llvm-svn: 252046
This commit is contained in:
Aaron Ballman 2015-11-04 14:40:54 +00:00
parent 4e7b87e9a9
commit 5db085d688
1 changed files with 1 additions and 1 deletions

View File

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