Skip to content

Commit

Permalink
Fix linkage for codecov.
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Kalmbach <[email protected]>
  • Loading branch information
joka921 committed Sep 26, 2024
1 parent 1091c5f commit fdf4716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/SparqlAntlrParserTestHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -801,7 +801,7 @@ inline auto SubSelect =
};

// Return a matcher that matches a `DatasetClause` with given
auto datasetClausesMatcher(
inline auto datasetClausesMatcher(
ScanSpecificationAsTripleComponent::Graphs defaultGraphs = std::nullopt,
ScanSpecificationAsTripleComponent::Graphs namedGraphs = std::nullopt)
-> Matcher<const ::ParsedQuery::DatasetClauses&> {
Expand Down

0 comments on commit fdf4716

Please sign in to comment.