diff --git a/tests/Gtest-exc.c b/tests/Gtest-exc.c index 44b837d1..1170bdd0 100644 --- a/tests/Gtest-exc.c +++ b/tests/Gtest-exc.c @@ -97,7 +97,7 @@ a (int n) n, &stack, (unsigned long) get_bsp ()); if (n > 0) - a (n - 1) + 1; + a (n - 1); else b (16);