Skip to content

Commit f5b2f27

Browse files
committed
fix typo
1 parent 9c3f502 commit f5b2f27

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
@@ -233,7 +233,7 @@ sub taptest
233233

234234
die "no tests found!" unless -d "$topdir/$dir/t";
235235

236-
push(@args,"$topdir/$dir);
236+
push(@args,"$topdir/$dir");
237237

238238
InstallTemp();
239239
my $status = tap_check(@args);

0 commit comments

Comments
 (0)