From 65bad205df3ce7a5bc089d3a71beac27e03b54de Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ji=C5=99=C3=AD=20Techet?= Date: Sat, 27 Apr 2024 19:07:12 +0200 Subject: [PATCH] Update asm test Note: in C and other languages function arguments contain braces but it doesn't seem to be the case here. So instead of mymacro(args) we get mymacroargs in the pretty-printer script. Not sure if it's our problem or if the asm parser should be updated upstream. --- tests/ctags/masm.asm.tags | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ctags/masm.asm.tags b/tests/ctags/masm.asm.tags index 57d656e67..9a680afdc 100644 --- a/tests/ctags/masm.asm.tags +++ b/tests/ctags/masm.asm.tags @@ -16,7 +16,7 @@ myequ macro: myequ myequalÌ65536Ö0 macro: myequal -mymacroÌ16Ö0 -function: mymacro +mymacroÌ16ÍargsÖ0 +function: mymacroargs mystructÌ2048Ö0 struct: mystruct -- 2.11.4.GIT