From b6d94353c059dd6c68a76cff6ad609b42916a3ab Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Fri, 14 Aug 2026 21:23:54 +0800 Subject: [PATCH] Update nimvm scope test expectation --- tests/init/tlet.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/init/tlet.nim b/tests/init/tlet.nim index b566de9f62..a035504219 100644 --- a/tests/init/tlet.nim +++ b/tests/init/tlet.nim @@ -63,7 +63,7 @@ proc foo2 = discard else: let x = 1 - doAssert x == 1 + doAssert not declared(x) when false: discard