mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 10:00:40 +00:00
Compile fix for linux
This commit is contained in:
@@ -1779,7 +1779,7 @@ TEST_CASE("Test string type", "[basictypes][string]")
|
||||
|
||||
SECTION("Inflexible string tests")
|
||||
{
|
||||
rdcinflexiblestr test = "Hello, World";
|
||||
rdcinflexiblestr test = rdcstr("Hello, World");
|
||||
|
||||
CHECK(test == "Hello, World");
|
||||
CHECK(test == "Hello, World"_lit);
|
||||
|
||||
Reference in New Issue
Block a user