summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.out
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-01-18 16:33:14 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-01-18 16:33:14 +0100
commitd3003c48b357f53253f044d561cd6df084ad06e5 (patch)
treee2dcf143c2577637ba03bce9ecd24015f7f09c61 /modules/gdscript/tests/scripts/parser/errors/uid_duplicate.out
parent1952f64b07b2a0d63d5ba66902fd88190b0dcf08 (diff)
parentc7f68a27ec4b825302998eeb5a400f869cd21cf7 (diff)
downloadredot-engine-d3003c48b357f53253f044d561cd6df084ad06e5.tar.gz
Merge pull request #67132 from KoBeWi/This_commit_message_is_auto-generated._Do_not_modify_it-
Add UID support to GDScript files
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/errors/uid_duplicate.out')
-rw-r--r--modules/gdscript/tests/scripts/parser/errors/uid_duplicate.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.out b/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.out
new file mode 100644
index 0000000000..be1061401a
--- /dev/null
+++ b/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.out
@@ -0,0 +1,2 @@
+GDTEST_PARSER_ERROR
+"@uid" annotation can only be used once.