summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/features/export_arrays.gd
diff options
context:
space:
mode:
authorDanil Alexeev <danil@alexeev.xyz>2024-08-28 17:41:52 +0300
committerDanil Alexeev <danil@alexeev.xyz>2024-08-28 17:41:52 +0300
commitc1322d41e6b48d9a957418cc20045cf6e4f79cd4 (patch)
tree38949a12c6b3ee3f59c980c3f0c0d55880848c68 /modules/gdscript/tests/scripts/parser/features/export_arrays.gd
parentf648de1a83cf006dbfdaa075219ad4348628e58f (diff)
downloadredot-engine-c1322d41e6b48d9a957418cc20045cf6e4f79cd4.tar.gz
GDScript: Replace `assert()` with `Utils.check()` in tests
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/features/export_arrays.gd')
-rw-r--r--modules/gdscript/tests/scripts/parser/features/export_arrays.gd2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/export_arrays.gd b/modules/gdscript/tests/scripts/parser/features/export_arrays.gd
index 0d97135a7b..cfda255905 100644
--- a/modules/gdscript/tests/scripts/parser/features/export_arrays.gd
+++ b/modules/gdscript/tests/scripts/parser/features/export_arrays.gd
@@ -1,5 +1,3 @@
-const Utils = preload("../../utils.notest.gd")
-
@export_dir var test_dir: Array[String]
@export_dir var test_dir_packed: PackedStringArray
@export_file var test_file: Array[String]