mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
test: fix test vectors (#12411)
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user