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 -""" -}