summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-03-13 18:41:21 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-03-13 18:41:21 +0100
commit8620f7356bef40603efc83c2ca770dbbf165d32d (patch)
tree762e4bf2260bd8e0b8335b6456aeb959e9a6e2b2 /modules/gdscript/tests/scripts/parser/errors
parent6ba017968270c41e2de6bd4e5f7850888092b6b1 (diff)
parentef1909fca33847831a858b20ea11bf17924e40b3 (diff)
downloadredot-engine-8620f7356bef40603efc83c2ca770dbbf165d32d.tar.gz
Merge pull request #83037 from dalexeev/gds-fix-warning-ignore-issues
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.