This commit is contained in:
Claudius Holeksa 2021-12-27 16:14:25 +01:00
parent d018473288
commit d3bc066b7d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ GIN_TEST("MessageList"){
auto uint = builder.init<0>();
uint.set(10);
auto string = builder.init<1>();
string.set(test_string_1);
string.set(std::string_view{test_string_1});
auto reader = root.read();
auto uint_reader = reader.get<0>();