GDScript: Fix _get_script_name() function collision for SCU build
This commit is contained in:
parent
73ac33342f
commit
a0577eb23b
6 changed files with 46 additions and 48 deletions
|
|
@ -3,4 +3,4 @@ GDTEST_RUNTIME_ERROR
|
|||
>> on function: test()
|
||||
>> runtime/errors/typed_array_pass_basic_to_typed.gd
|
||||
>> 6
|
||||
>> Invalid type in function 'expect_typed' in base 'RefCounted ()'. The array of argument 1 (Array) does not have the same element type as the expected typed array argument.
|
||||
>> Invalid type in function 'expect_typed' in base 'RefCounted (typed_array_pass_basic_to_typed.gd)'. The array of argument 1 (Array) does not have the same element type as the expected typed array argument.
|
||||
|
|
|
|||
|
|
@ -3,4 +3,4 @@ GDTEST_RUNTIME_ERROR
|
|||
>> on function: test()
|
||||
>> runtime/errors/typed_array_pass_differently_to_typed.gd
|
||||
>> 6
|
||||
>> Invalid type in function 'expect_typed' in base 'RefCounted ()'. The array of argument 1 (Array[float]) does not have the same element type as the expected typed array argument.
|
||||
>> Invalid type in function 'expect_typed' in base 'RefCounted (typed_array_pass_differently_to_typed.gd)'. The array of argument 1 (Array[float]) does not have the same element type as the expected typed array argument.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue