summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2024-02-28 17:23:11 +0300
committerDanil Alexeev <danil@alexeev.xyz>2024-03-12 19:00:06 +0300
commitef1909fca33847831a858b20ea11bf17924e40b3 (patch)
tree677c62633255f1c0db339ecd5547982b1304df43 /modules/gdscript/tests/scripts/parser/errors
parent61282068f4d59cb48f35ad95391728c58d9008ab (diff)
downloadredot-engine-ef1909fca33847831a858b20ea11bf17924e40b3.tar.gz
GDScript: Fix `@warning_ignore` annotation issues
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/errors')
-rw-r--r--modules/gdscript/tests/scripts/parser/errors/duplicate_tool.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/duplicate_tool.out b/modules/gdscript/tests/scripts/parser/errors/duplicate_tool.out
index 26fe23fb78..497d361204 100644
--- a/modules/gdscript/tests/scripts/parser/errors/duplicate_tool.out
+++ b/modules/gdscript/tests/scripts/parser/errors/duplicate_tool.out
@@ -1,2 +1,2 @@
-GDTEST_ANALYZER_ERROR
+GDTEST_PARSER_ERROR
"@tool" annotation can only be used once.