summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-07-10 13:08:11 +0200
committerRémi Verschelde <rverschelde@gmail.com>2023-07-10 13:08:11 +0200
commit8a06ec979e03a056d75bc484e24955e562099ace (patch)
treeebb0d8f5853a3a43f228f1db098aec55a98b269a /modules/gdscript/tests/scripts/parser/errors
parent7030ac555f6af936174097c4642e60c1a6b0877b (diff)
downloadredot-engine-8a06ec979e03a056d75bc484e24955e562099ace.tar.gz
Change explicit 'Godot 4.0' references to 'Godot 4'
Fixes #79276.
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/errors')
-rw-r--r--modules/gdscript/tests/scripts/parser/errors/yield_instead_of_await.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/yield_instead_of_await.out b/modules/gdscript/tests/scripts/parser/errors/yield_instead_of_await.out
index 36cb699e92..f68d76d101 100644
--- a/modules/gdscript/tests/scripts/parser/errors/yield_instead_of_await.out
+++ b/modules/gdscript/tests/scripts/parser/errors/yield_instead_of_await.out
@@ -1,2 +1,2 @@
GDTEST_PARSER_ERROR
-"yield" was removed in Godot 4.0. Use "await" instead.
+"yield" was removed in Godot 4. Use "await" instead.