From c6ca09dc6f0fdf693c2a4445e556861691a81152 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 15 Sep 2021 19:09:34 +0200 Subject: Add more integration tests to the GDScript test suite This also fixes a typo in the `bitwise_float_right_operand.gd` test. --- modules/gdscript/tests/scripts/parser/features/lambda_callable.out | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 modules/gdscript/tests/scripts/parser/features/lambda_callable.out (limited to 'modules/gdscript/tests/scripts/parser/features/lambda_callable.out') diff --git a/modules/gdscript/tests/scripts/parser/features/lambda_callable.out b/modules/gdscript/tests/scripts/parser/features/lambda_callable.out new file mode 100644 index 0000000000..58774d2d3f --- /dev/null +++ b/modules/gdscript/tests/scripts/parser/features/lambda_callable.out @@ -0,0 +1,2 @@ +GDTEST_OK +hello -- cgit v1.2.3