Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] small test fix #980

Merged
merged 1 commit into from Mar 20, 2024
Merged

[C++] small test fix #980

merged 1 commit into from Mar 20, 2024

Conversation

BenBudr
Copy link
Contributor

@BenBudr BenBudr commented Mar 20, 2024

Small fix to one C++ test.
EXPECT_STREQ macro expects a c-string (i.e. null-terminated), which aOut was not (explicitly).
Extended buffer to accomodate zero byte and explicitly zeroed.
Test was failing on my aging CentOS environment but passes now.

@mjpt777 mjpt777 merged commit 4c32cfb into real-logic:master Mar 20, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants