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

Commit deb0129

Browse files
committed
fix typo
1 parent fd2487e commit deb0129

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
@@ -237,7 +237,7 @@ sub taptest
237237

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

240-
push(@args,"$topdir/$dir);
240+
push(@args,"$topdir/$dir");
241241

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

0 commit comments

Comments
 (0)