diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-13 18:41:21 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-03-13 18:41:21 +0100 |
commit | 8620f7356bef40603efc83c2ca770dbbf165d32d (patch) | |
tree | 762e4bf2260bd8e0b8335b6456aeb959e9a6e2b2 /modules/gdscript/tests/scripts/parser/errors | |
parent | 6ba017968270c41e2de6bd4e5f7850888092b6b1 (diff) | |
parent | ef1909fca33847831a858b20ea11bf17924e40b3 (diff) | |
download | redot-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.out | 2 |
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. |