You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/home/utbot/jq/tests/makefiles/src/../../../tests/src/builtin_dot_c_test.cpp:9:1: error: unknown type name 'OnigEncodingTypeST'; did you mean 'UTBot::OnigEncodingTypeST'?
OnigEncodingTypeST OnigEncodingUTF8;
^~~~~~~~~~~~~~~~~~
UTBot::OnigEncodingTypeST
/home/utbot/jq/tests/makefiles/src/../../../tests/src/builtin_dot_c_test.h:531:8: note: 'UTBot::OnigEncodingTypeST' declared here
struct OnigEncodingTypeST {
^
/home/utbot/jq/tests/makefiles/src/../../../tests/src/builtin_dot_c_test.cpp:10:1: error: unknown type name 'OnigSyntaxType'; did you mean 'UTBot::OnigSyntaxType'?
OnigSyntaxType OnigSyntaxPerl_NG;
^~~~~~~~~~~~~~
UTBot::OnigSyntaxType
Additional context
Use types from UTBot Namespace
The text was updated successfully, but these errors were encountered:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tests are supposed to compiled.
Actual behavior
compilation error
Visual proofs (screenshots, logs)
Additional context
Use types from UTBot Namespace
The text was updated successfully, but these errors were encountered: