From ccad790ab2206d8634fe4083428aebc59b0b1da6 Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Fri, 5 Jan 2024 10:45:26 -0300 Subject: [PATCH] Expand inline comment to explain the purpose of a specific test case --- .../Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.3.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.3.inc b/src/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.3.inc index 543901d937..5502b61438 100644 --- a/src/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.3.inc +++ b/src/Standards/Generic/Tests/CodeAnalysis/ForLoopShouldBeWhileLoopUnitTest.3.inc @@ -1,4 +1,6 @@