From b0407ea6b4215eea019f70a390d30645cde7a883 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Wed, 25 Aug 2021 21:14:19 +0200 Subject: [PATCH] Added comment to ticket number, there are no real changes [ci skip] --- test/testcondition.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/testcondition.cpp b/test/testcondition.cpp index fae92eeb9..45973a28f 100644 --- a/test/testcondition.cpp +++ b/test/testcondition.cpp @@ -2543,7 +2543,7 @@ private: } void identicalConditionAfterEarlyExit() { - check("void f(int x) {\n" + check("void f(int x) {\n" // #8137 " if (x > 100) { return; }\n" " if (x > 100) {}\n" "}");