From 44a8c5c76f13d58c77cf1ff7d16e98dcea3def02 Mon Sep 17 00:00:00 2001 From: Stanislav Gromov Date: Sat, 6 Mar 2021 20:22:19 +0700 Subject: [PATCH] Fix wrongly printed starting line number for one of the warnings in `__pragma` tests This was another manifestation of the bug reported in #398. --- source/compiler/tests/__pragma.meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compiler/tests/__pragma.meta b/source/compiler/tests/__pragma.meta index 71a1ace..e317656 100644 --- a/source/compiler/tests/__pragma.meta +++ b/source/compiler/tests/__pragma.meta @@ -14,6 +14,6 @@ __pragma.pwn(67) : warning 207: unknown #pragma __pragma.pwn(68) : warning 207: unknown #pragma __pragma.pwn(33) : warning 203: symbol is never used: "f" __pragma.pwn(29) : warning 204: symbol is assigned a value that is never used: "e" -__pragma.pwn(29 -- 70) : warning 203: symbol is never used: "operator~(Tag:)" +__pragma.pwn(70) : warning 203: symbol is never used: "operator~(Tag:)" """ }