Compile fix for linux

This commit is contained in:
baldurk
2021-02-18 16:22:17 +00:00
parent 0f07545151
commit bb6b92f9a6
+1 -1
View File
@@ -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);