Skip to content

Commit 2fd5a92

Browse files
committed
build: unit tests
1 parent 1fe962b commit 2fd5a92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/include/test_patterns/test_pattern.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ namespace pl::test {
3535
pattern->setTypeName(typeName);
3636
pattern->setVariableName(varName);
3737

38-
return std::move(pattern);
38+
return pattern;
3939
}
4040

4141
[[nodiscard]] virtual std::string getSourceCode() const = 0;

0 commit comments

Comments
 (0)