1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

Rename GDScript test script filenames to use snake_case

This commit is contained in:
Andrii Doroshenko (Xrayez)
2021-04-16 22:16:19 +03:00
parent 49511d4391
commit 1e26bf23c2
24 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
GDTEST_OK
>> WARNING
>> Line: 2
>> UNUSED_VARIABLE
>> The local variable 'unused' is declared but never used in the block. If this is intended, prefix it with an underscore: '_unused'