Skip to content

Commit

Permalink
[ORC] Remove a stray semicolon, silencing warnings. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Aug 31, 2020
1 parent 85b4d28 commit b16ac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ static bool linkOrdersEqual(const std::vector<std::shared_ptr<JITDylib>> &LHS,
else
++RHSE;
return true;
};
}

TEST(JITDylibTest, GetDFSLinkOrderTree) {
// Test that DFS ordering behaves as expected when the linkage relationships
Expand Down

0 comments on commit b16ac94

Please sign in to comment.