test: fix test vectors (#12411)

This commit is contained in:
Matthias Seitz
2024-11-08 19:28:22 +01:00
committed by GitHub
parent ba4f169f87
commit fc484b793f

View File

@ -51,7 +51,7 @@ pub fn generate_vectors(mut tables: Vec<String>) -> Result<()> {
for table in tables {
match table.as_str() {
$(
stringify!($table_type$(<$($generic),+>)?) => {
stringify!($table_type) => {
println!("Generating test vectors for {} <{}>.", stringify!($table_or_dup), tables::$table_type$(::<$($generic),+>)?::NAME);
generate_vector!($table_type$(<$($generic),+>)?, $per_table, $table_or_dup);