We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f218c31 commit 9f434d0Copy full SHA for 9f434d0
gdnative-core/src/core_types/variant_array.rs
@@ -616,6 +616,9 @@ godot_test!(
616
test_array_debug {
617
use std::panic::catch_unwind;
618
619
+ println!(" -- expected 4 'Index 3 out of bounds (len 3)' error messages for edge cases");
620
+ println!(" -- the test is successful when and only when these errors are shown");
621
+
622
let arr = VariantArray::new(); // []
623
arr.push(&Variant::new("hello world"));
624
arr.push(&Variant::new(true));
0 commit comments