Tests: Attempt 20.04 fix for (#b1aec9b) (#4307)

This commit is contained in:
Wilson Snyder 2023-06-23 07:09:07 -04:00
parent 776d4e6ac2
commit 7005a65d32
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ ok(1);
sub check_splits {
my $got1;
my $gotSyms1;
return if !$Self->have_coroutines;
foreach my $file (glob("$Self->{obj_dir}/*.cpp")) {
if ($file =~ /Syms__1/) {
$gotSyms1 = 1;