aboutsummaryrefslogtreecommitdiff
path: root/tests/expected
diff options
context:
space:
mode:
Diffstat (limited to 'tests/expected')
-rw-r--r--tests/expected/unused-warning.txt4
-rw-r--r--tests/expected/unused_macro_arg.txt1
2 files changed, 3 insertions, 2 deletions
diff --git a/tests/expected/unused-warning.txt b/tests/expected/unused-warning.txt
index 2917e2e..4d49cca 100644
--- a/tests/expected/unused-warning.txt
+++ b/tests/expected/unused-warning.txt
@@ -1,3 +1,3 @@
+warning: argument 'UNUSED_ARG' of the macro 'USED_MACRO' is unused (unused.s: line 12)
warning: macro 'UNUSED_MACRO' is unused (unused.s)
-warning: macro argument 'UNUSED_ARG' is unused (unused.s)
-warning: variable 'zp_unused' is unused (unused.s)
+warning: variable 'zp_unused' is unused (unused.s: line 24)
diff --git a/tests/expected/unused_macro_arg.txt b/tests/expected/unused_macro_arg.txt
index e69de29..7ca122a 100644
--- a/tests/expected/unused_macro_arg.txt
+++ b/tests/expected/unused_macro_arg.txt
@@ -0,0 +1 @@
+warning: argument 'OTHER' of the macro 'BCD_ADD' is unused (unused_macro_arg.s: line 11)