From 86fff753940333c985bf173b390ec08707a481ac Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Tue, 18 Jun 2024 16:55:28 -0400 Subject: [PATCH] test: `vertex_index_common`: add missing VPT alloc. for `tests` --- tests/tests/vertex_indices/mod.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/tests/vertex_indices/mod.rs b/tests/tests/vertex_indices/mod.rs index 48efc939e3..aa5425c2b8 100644 --- a/tests/tests/vertex_indices/mod.rs +++ b/tests/tests/vertex_indices/mod.rs @@ -360,7 +360,8 @@ async fn vertex_index_common(ctx: TestingContext) { TestCase::ARRAY.len() * IdSource::ARRAY.len() * DrawCallKind::ARRAY.len() - * EncoderKind::ARRAY.len(), + * EncoderKind::ARRAY.len() + * 2, /* vertex pulling transform: on and off */ ); for case in TestCase::ARRAY { for id_source in IdSource::ARRAY {