From 67842e052db43af29d6c4449b104822459ad9a57 Mon Sep 17 00:00:00 2001 From: chrchr-github Date: Tue, 13 Feb 2024 22:02:09 +0100 Subject: [PATCH] Fix --- test/teststl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/teststl.cpp b/test/teststl.cpp index 76f3a2565ce..52ec7625262 100644 --- a/test/teststl.cpp +++ b/test/teststl.cpp @@ -588,7 +588,7 @@ class TestStl : public TestFixture { "}\n"); TODO_ASSERT_EQUALS("test.cpp:7:style:Consider using std::any_of algorithm instead of a raw loop.\n", "test.cpp:8:error:Out of bounds access in expression 'v[i]' because 'v' is empty.\n" - "test.cpp:7 : style : Consider using std::any_of algorithm instead of a raw loop.\n", + "test.cpp:7:style:Consider using std::any_of algorithm instead of a raw loop.\n", errout.str()); checkNormal("bool g();\n"