Skip to content

Commit

Permalink
Add small workaround for libc++ asan false positives
Browse files Browse the repository at this point in the history
  • Loading branch information
cmazakas committed Jan 12, 2024
1 parent 69517a5 commit 5bd52b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,7 @@ struct parser_test
s.data(), s.size());

// one piece
in = { sv };
in = pieces{ sv };
fn(in);

for(std::size_t i = 0;
Expand Down

0 comments on commit 5bd52b4

Please sign in to comment.