From 6575e4c1ba206355b2e17de9c2ab5c3a74f37328 Mon Sep 17 00:00:00 2001 From: Henry Conklin Date: Wed, 10 Feb 2021 21:15:49 -0600 Subject: Fix broken gdnative variant test --- modules/gdnative/tests/test_variant.h | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') diff --git a/modules/gdnative/tests/test_variant.h b/modules/gdnative/tests/test_variant.h index 5284bf26f0..aeceb6e68f 100644 --- a/modules/gdnative/tests/test_variant.h +++ b/modules/gdnative/tests/test_variant.h @@ -124,6 +124,7 @@ TEST_CASE("[GDNative Variant] Variant evaluate") { godot_variant_new_int(&two, 2); godot_variant three; + godot_variant_new_nil(&three); bool valid = false; godot_variant_evaluate(GODOT_VARIANT_OP_ADD, &one, &two, &three, &valid); -- cgit v1.2.3