summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser/errors/function_conflicts_constant.out
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdscript/tests/scripts/parser/errors/function_conflicts_constant.out')
-rw-r--r--modules/gdscript/tests/scripts/parser/errors/function_conflicts_constant.out2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/parser/errors/function_conflicts_constant.out b/modules/gdscript/tests/scripts/parser/errors/function_conflicts_constant.out
new file mode 100644
index 0000000000..c614acd094
--- /dev/null
+++ b/modules/gdscript/tests/scripts/parser/errors/function_conflicts_constant.out
@@ -0,0 +1,2 @@
+GDTEST_PARSER_ERROR
+Function "test" has the same name as a previously declared constant.