From 3f2129894be43d2840c28c5a33cd39c306984c1e Mon Sep 17 00:00:00 2001 From: mvax Date: Thu, 2 Mar 2023 15:12:30 -0500 Subject: [PATCH] Fix .endmacro not at the start of the line. Rename test files. --- test/asm/err/{bug2013.s => endmacro.s} | 0 test/asm/val/{bug2013.s => endmacro.s} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/asm/err/{bug2013.s => endmacro.s} (100%) rename test/asm/val/{bug2013.s => endmacro.s} (100%) diff --git a/test/asm/err/bug2013.s b/test/asm/err/endmacro.s similarity index 100% rename from test/asm/err/bug2013.s rename to test/asm/err/endmacro.s diff --git a/test/asm/val/bug2013.s b/test/asm/val/endmacro.s similarity index 100% rename from test/asm/val/bug2013.s rename to test/asm/val/endmacro.s