mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Fix unit tests on linux
This commit is contained in:
@@ -665,7 +665,7 @@ TEST_CASE("Test string type", "[basictypes][string]")
|
||||
|
||||
CHECK(strlen(test.c_str()) == len);
|
||||
CHECK(test.c_str() != NULL);
|
||||
CHECK(strcmp(test.c_str(), str) == -1);
|
||||
CHECK(strcmp(test.c_str(), str) < 0);
|
||||
CHECK(test != str);
|
||||
CHECK(test != std::string(str));
|
||||
CHECK(test != rdcstr(str));
|
||||
|
||||
Reference in New Issue
Block a user