Commit 7b5a3b82 authored by Marcos Cervetto's avatar Marcos Cervetto
Browse files

Merge branch 'master' of git.exactas.uba.ar:ayoc-doc/grupal-2c2024

parents 07427982 7a0e342b
......@@ -66,7 +66,7 @@ TEST(test_alternate_sum_8) {
TEST(test_product_2_f) {
for (int i = 0; i < 100; i++) {
shuffle(1000);
sprintf(assert_name, "alternate_sum_8(&result, %u, %.2f)", x[0], f[0]);
sprintf(assert_name, "product_2_f(&result, %u, %.2f)", x[0], f[0]);
uint32_t result = -1;
product_2_f(&result, x[0], f[0]);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment