diff options
| author | Danil Alexeev <danil@alexeev.xyz> | 2024-08-28 17:41:52 +0300 |
|---|---|---|
| committer | Danil Alexeev <danil@alexeev.xyz> | 2024-08-28 17:41:52 +0300 |
| commit | c1322d41e6b48d9a957418cc20045cf6e4f79cd4 (patch) | |
| tree | 38949a12c6b3ee3f59c980c3f0c0d55880848c68 /modules/gdscript/tests/scripts/parser/features/export_variable.gd | |
| parent | f648de1a83cf006dbfdaa075219ad4348628e58f (diff) | |
| download | redot-engine-c1322d41e6b48d9a957418cc20045cf6e4f79cd4.tar.gz | |
GDScript: Replace `assert()` with `Utils.check()` in tests
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/features/export_variable.gd')
| -rw-r--r-- | modules/gdscript/tests/scripts/parser/features/export_variable.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/parser/features/export_variable.gd b/modules/gdscript/tests/scripts/parser/features/export_variable.gd index 8bcb2bcb9a..1e134d0e0e 100644 --- a/modules/gdscript/tests/scripts/parser/features/export_variable.gd +++ b/modules/gdscript/tests/scripts/parser/features/export_variable.gd @@ -1,7 +1,6 @@ class_name ExportVariableTest extends Node -const Utils = preload("../../utils.notest.gd") const PreloadedGlobalClass = preload("./export_variable_global.notest.gd") const PreloadedUnnamedClass = preload("./export_variable_unnamed.notest.gd") |
