summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.out
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-04-28 18:45:48 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-04-28 18:45:48 +0200
commitf37fc4e70830962660a3abfb74f1cd5255738c7b (patch)
tree6c358f6fd683454b658c98ee4f5a3cf70356ccbf /modules/gdscript/tests/scripts/parser/warnings/shadowed_variable_function.out
parent0762f2041050ab3be82d5cea56e0ff29a04901e1 (diff)
parent13310f355747665f7a40dc3069459df3c8ae2f38 (diff)
downloadredot-engine-f37fc4e70830962660a3abfb74f1cd5255738c7b.tar.gz
Merge pull request #76412 from dalexeev/gds-reorganize-warnings
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