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

Commit 20bacc9

Browse files
committed
Add missing check function lookup.
1 parent 840826e commit 20bacc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/tools/msvc/vcregress.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
PLCHECK => \&plcheck,
7272
INSTALLCHECK => \&installcheck,
7373
ECPGCHECK => \&ecpgcheck,
74-
CONTRIBCHECK => \&contribcheck
74+
CONTRIBCHECK => \&contribcheck,
75+
ISOLATIONCHECK => \&isolationcheck,
7576
);
7677

7778
my $proc = $command{$what};

0 commit comments

Comments
 (0)