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

[BUG] const char* is not a string #37

Closed
DenisYaroshevskiy opened this issue May 11, 2021 · 1 comment · Fixed by #39
Closed

[BUG] const char* is not a string #37

DenisYaroshevskiy opened this issue May 11, 2021 · 1 comment · Fixed by #39
Labels
bug Something isn't working

Comments

@DenisYaroshevskiy
Copy link

DenisYaroshevskiy commented May 11, 2021

TTS_EQUAL(const char*, const char*) causes a crash (especially with asan).

@DenisYaroshevskiy DenisYaroshevskiy added the bug Something isn't working label May 11, 2021
@jfalcou
Copy link
Owner

jfalcou commented May 11, 2021

OOpsie

@jfalcou jfalcou linked a pull request Jun 6, 2021 that will close this issue
jfalcou added a commit that referenced this issue Jul 1, 2021
This is a major breaking change commit
Fix #3 - Add support for TPL_CASES with meta-generator
Fix #32 - Provide a way to log arbitrary data on failure. 
Fix #33 - ASSERT instead of EXPECT
Fix #34 more digits on output of double results
Fix #37 const char* is not a string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants