Tests: Attempt 20.04 fix for (#b1aec9b) (#4307)
This commit is contained in:
parent
776d4e6ac2
commit
7005a65d32
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue