Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f11c557

Browse files
committed
fix a perl typo
1 parent c2d5657 commit f11c557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/vcregress.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ sub bincheck
208208
my @bin_dirs = glob("$topdir/src/bin/*");
209209

210210
# Process each test
211-
foreach my $dir (@$bin_dirs)
211+
foreach my $dir (@bin_dirs)
212212
{
213213
next unless -d "$dir/t";
214214
my $status = tap_check($dir);

0 commit comments

Comments
 (0)