From 758bdaa4aded54aa27af5ba40af239e0a60d7c58 Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Thu, 19 Jun 2025 17:59:30 +0200 Subject: [PATCH] Fixed a typo in the test source. --- test/asm/err/bug505.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/asm/err/bug505.s b/test/asm/err/bug505.s index 3125f3966..8cb0e2f18 100644 --- a/test/asm/err/bug505.s +++ b/test/asm/err/bug505.s @@ -1,6 +1,6 @@ -; Test for #525 taken from the issue +; Test for #505 taken from the issue ; Redefining a variable symbol "reopens" the old name space for cheap locals -; Behavior should be: First definition of a variable symbol opens a new +; Behavior should be: First definition of a variable symbol opens a new ; scope for cheap locals, redefinitions of the same symbols do not. ;this starts a new scope for cheap local lables