Skip to content

Commit d47225b

Browse files
chfastgumb0
andauthored
Apply suggestions from code review
Co-authored-by: Andrei Maiboroda <[email protected]>
1 parent 9c6ccba commit d47225b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/spectests/spectests.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ class test_runner
480480
args.push_back(*arg_value);
481481
}
482482

483+
assert(args.size() == instance->module.get_function_type(*func_idx).inputs.size());
483484
return fizzy::execute(*instance, *func_idx, args.data());
484485
}
485486

0 commit comments

Comments
 (0)