Tests: Fix last commit when no coroutines.

This commit is contained in:
Wilson Snyder 2024-01-24 18:48:27 -05:00
parent 23836ee8d0
commit 771cb5f60b

View File

@ -15,6 +15,8 @@ top_filename("t/t_prof.v");
# TODO below might no longer be required as configure checks for -pg
if ($ENV{VERILATOR_TEST_NO_GPROF}) {
skip("Skipping due to VERILATOR_TEST_NO_GPROF");
} elsif (!$Self->have_coroutines) {
skip("No coroutine support");
} else {
dotest();
}