Skip to content

Commit b9aa234

Browse files
committed
Update test_entrypoint to use "!" as error marker for GDScript tests
1 parent 9bbd6e9 commit b9aa234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_entrypoint.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func _initialize():
3939
# actual test
4040
if not obj.call(method_name):
4141
all_success = false
42-
printerr(" 🗴 ", method_name)
42+
printerr(" ! ", method_name)
4343
else:
4444
print(" ✓ ", method_name)
4545
if obj is Node:

0 commit comments

Comments
 (0)