🚨 fix warnings

This commit is contained in:
Niels Lohmann
2020-12-26 14:55:19 +01:00
parent f78d456075
commit f15d447522
3 changed files with 3 additions and 3 deletions

View File

@@ -135,7 +135,7 @@ TEST_CASE("lexer class")
// store scan() result
const auto res = scan_string(s.c_str());
CAPTURE(s);
CAPTURE(s)
switch (c)
{