summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.out
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2023-04-28 18:20:41 +0300
committerDanil Alexeev <danil@alexeev.xyz>2023-04-28 18:25:11 +0300
commit13310f355747665f7a40dc3069459df3c8ae2f38 (patch)
tree48e866116ba075aa0f031cc7f5b77f17c76e170f /modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.out
parente8f5d0f6e8867902874f663b3dbf339a7fe61b45 (diff)
downloadredot-engine-13310f355747665f7a40dc3069459df3c8ae2f38.tar.gz
GDScript: Reorganize and unify warnings
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.out')
-rw-r--r--modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.out b/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.out
index 26ce0465b1..e3cd358126 100644
--- a/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.out
+++ b/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.out
@@ -2,7 +2,7 @@ GDTEST_OK
>> WARNING
>> Line: 2
>> UNUSED_VARIABLE
->> The local variable 'test' is declared but never used in the block. If this is intended, prefix it with an underscore: '_test'
+>> The local variable "test" is declared but never used in the block. If this is intended, prefix it with an underscore: "_test".
>> WARNING
>> Line: 2
>> SHADOWED_VARIABLE