summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-01-29 21:34:59 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-01-29 21:34:59 +0100
commit9ab5cedef6de32826b9184e960b3880df3888a5a (patch)
tree56392d3be9a67f454d51d4d859a5844a0930c8ef /modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd
parent37e5a71f5da86c090850d8e30cdcc890dd903d61 (diff)
parent745f8e112fcf5d61e0fc377bdbc2539dd6b16ef9 (diff)
downloadredot-engine-9ab5cedef6de32826b9184e960b3880df3888a5a.tar.gz
Merge pull request #87712 from akien-mga/revert-gdscript-uid-annotations-for-now
Revert "Add UID support to GDScript files" (for now)
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd')
-rw-r--r--modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd b/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd
deleted file mode 100644
index 4ded8e65db..0000000000
--- a/modules/gdscript/tests/scripts/parser/errors/uid_duplicate.gd
+++ /dev/null
@@ -1,5 +0,0 @@
-@uid("uid://c4ckv3ryprcn4")
-@uid("uid://c4ckv3ryprcn4")
-
-func test():
- pass