Skip to content

Commit

Permalink
GDScript: Fix failing tests due to collision with #99490 formatting c…
Browse files Browse the repository at this point in the history
…hange
  • Loading branch information
akien-mga committed Nov 29, 2024
1 parent 16ee94a commit 682c5c7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GDTEST_ANALYZER_ERROR
Type "Axis" in base "Vector3" cannot be used on its own.
>> ERROR at line 2: Type "Axis" in base "Vector3" cannot be used on its own.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GDTEST_ANALYZER_ERROR
Type "Operator" in base "Variant" cannot be used on its own.
>> ERROR at line 2: Type "Operator" in base "Variant" cannot be used on its own.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GDTEST_ANALYZER_ERROR
Type "ProcessMode" in base "Node" cannot be used on its own.
>> ERROR at line 2: Type "ProcessMode" in base "Node" cannot be used on its own.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
GDTEST_RUNTIME_ERROR
>> SCRIPT ERROR
>> on function: test()
>> runtime/errors/division_by_zero.gd
>> 3
>> Division by zero error in operator '/'.
~~ 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".
>> SCRIPT ERROR at runtime/errors/division_by_zero.gd:3 on test(): Division by zero error in operator '/'.
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
GDTEST_RUNTIME_ERROR
>> SCRIPT ERROR
>> on function: test()
>> runtime/errors/modulo_by_zero.gd
>> 3
>> Modulo by zero error in operator '%'.
~~ 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".
>> SCRIPT ERROR at runtime/errors/modulo_by_zero.gd:3 on test(): Modulo by zero error in operator '%'.

0 comments on commit 682c5c7

Please sign in to comment.