From 65a391c30f331d576d5a64d9ff50cf989fee01be Mon Sep 17 00:00:00 2001 From: Y_Less Date: Thu, 4 Oct 2018 17:16:32 +0200 Subject: [PATCH] Wrong line number in 258 test --- source/compiler/tests/gh_258.meta | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/compiler/tests/gh_258.meta b/source/compiler/tests/gh_258.meta index 9bb01eb..c583575 100644 --- a/source/compiler/tests/gh_258.meta +++ b/source/compiler/tests/gh_258.meta @@ -1,6 +1,6 @@ { 'test_type': 'output_check', 'errors': """ - gh_258.pwn(11) : warning 203: symbol is never used: "operator~(Tag:)" + gh_258.pwn(10) : warning 203: symbol is never used: "operator~(Tag:)" """ }