Fix wrongly printed starting line number for one of the warnings in __pragma tests

This was another manifestation of the bug reported in #398.
This commit is contained in:
Stanislav Gromov 2021-03-06 20:22:19 +07:00
parent bb3f8c8c82
commit 44a8c5c76f

View File

@ -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:)"
"""
}