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

Commit 220a9b5

Browse files
committed
fix typo
1 parent b4a1d69 commit 220a9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ sub taptest
236236

237237
die "no tests found!" unless -d "$topdir/$dir/t";
238238

239-
push(@args,"$topdir/$dir);
239+
push(@args,"$topdir/$dir");
240240

241241
InstallTemp();
242242
my $status = tap_check(@args);

0 commit comments

Comments
 (0)