szaszm commented on pull request #1261:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1261#issuecomment-1040382220
During a pre-merge check, I got this compilation error:
```
/home/szaszm/nifi-minifi-cpp-3/extensions/expression-language/tests/ProcessContextExprTests.cpp:54:10:
error: expected constructor, destructor, or type conversion before ‘(’ token
54 | TEST_CASE("ProcessContextExpr can update existing processor
properties", "[setProperty][getProperty]") {
| ^
make[2]: ***
[extensions/expression-language/tests/CMakeFiles/ProcessContextExprTests.dir/build.make:76:
extensions/expression-language/tests/CMakeFiles/ProcessContextExprTests.dir/ProcessContextExprTests.cpp.o]
Error 1
make[1]: *** [CMakeFiles/Makefile2:9470:
extensions/expression-language/tests/CMakeFiles/ProcessContextExprTests.dir/all]
Error 2
make[1]: *** Waiting for unfinished jobs....
```
Could you fix it? We just need another Catch.h include in
ProcessContextExprTests.cpp, but I don't want to change files in a merge commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]