Skip to content

Commit 682c5c7

Browse files
committed
GDScript: Fix failing tests due to collision with godotengine#99490 formatting change
1 parent 16ee94a commit 682c5c7

File tree

5 files changed

+7
-13
lines changed

5 files changed

+7
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GDTEST_ANALYZER_ERROR
2-
Type "Axis" in base "Vector3" cannot be used on its own.
2+
>> ERROR at line 2: Type "Axis" in base "Vector3" cannot be used on its own.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GDTEST_ANALYZER_ERROR
2-
Type "Operator" in base "Variant" cannot be used on its own.
2+
>> ERROR at line 2: Type "Operator" in base "Variant" cannot be used on its own.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GDTEST_ANALYZER_ERROR
2-
Type "ProcessMode" in base "Node" cannot be used on its own.
2+
>> ERROR at line 2: Type "ProcessMode" in base "Node" cannot be used on its own.
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
GDTEST_RUNTIME_ERROR
2-
>> SCRIPT ERROR
3-
>> on function: test()
4-
>> runtime/errors/division_by_zero.gd
5-
>> 3
6-
>> Division by zero error in operator '/'.
2+
~~ WARNING at line 2: (UNUSED_VARIABLE) The local variable "integer" is declared but never used in the block. If this is intended, prefix it with an underscore: "_integer".
3+
>> SCRIPT ERROR at runtime/errors/division_by_zero.gd:3 on test(): Division by zero error in operator '/'.
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
GDTEST_RUNTIME_ERROR
2-
>> SCRIPT ERROR
3-
>> on function: test()
4-
>> runtime/errors/modulo_by_zero.gd
5-
>> 3
6-
>> Modulo by zero error in operator '%'.
2+
~~ WARNING at line 2: (UNUSED_VARIABLE) The local variable "integer" is declared but never used in the block. If this is intended, prefix it with an underscore: "_integer".
3+
>> SCRIPT ERROR at runtime/errors/modulo_by_zero.gd:3 on test(): Modulo by zero error in operator '%'.

0 commit comments

Comments
 (0)