From a0593e307fd8c75de34f898677fd5171e3f748db Mon Sep 17 00:00:00 2001 From: thindil Date: Thu, 7 Mar 2024 07:24:49 +0000 Subject: [PATCH] tests: updated test code for localhides rule FossilOrigin-Name: ae125a192e2ad8318d9bd219608be9fff11a23a0f4abd30e9eeba5b102542c24 --- tests/valid/localhides.nim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/valid/localhides.nim b/tests/valid/localhides.nim index 6031bbb..0aa929d 100644 --- a/tests/valid/localhides.nim +++ b/tests/valid/localhides.nim @@ -1,5 +1,5 @@ -# Count: 2 -# Negative count: 0 +# Count: 0 +# Negative count: 2 var a = 1 for i in 1 .. 10: