From c9b2945e04af30850e2a5742138fdeebc7cb1549 Mon Sep 17 00:00:00 2001 From: Stanislav Gromov Date: Tue, 10 Nov 2020 20:14:15 +0700 Subject: [PATCH] Rename "warning_047.pwn/meta" to "error_047.pwn/meta" --- source/compiler/tests/error_047.meta | 6 ++++++ source/compiler/tests/{warning_047.pwn => error_047.pwn} | 0 source/compiler/tests/warning_047.meta | 6 ------ 3 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 source/compiler/tests/error_047.meta rename source/compiler/tests/{warning_047.pwn => error_047.pwn} (100%) delete mode 100644 source/compiler/tests/warning_047.meta diff --git a/source/compiler/tests/error_047.meta b/source/compiler/tests/error_047.meta new file mode 100644 index 0000000..844ec83 --- /dev/null +++ b/source/compiler/tests/error_047.meta @@ -0,0 +1,6 @@ +{ + 'test_type': 'output_check', + 'errors': """ +error_047.pwn(8) : error 047: array sizes do not match, or destination array is too small +""" +} diff --git a/source/compiler/tests/warning_047.pwn b/source/compiler/tests/error_047.pwn similarity index 100% rename from source/compiler/tests/warning_047.pwn rename to source/compiler/tests/error_047.pwn diff --git a/source/compiler/tests/warning_047.meta b/source/compiler/tests/warning_047.meta deleted file mode 100644 index 5a81f5e..0000000 --- a/source/compiler/tests/warning_047.meta +++ /dev/null @@ -1,6 +0,0 @@ -{ - 'test_type': 'output_check', - 'errors': """ -warning_047.pwn(8) : error 047: array sizes do not match, or destination array is too small -""" -}