mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Fix regression test name for plperlu_plperl in msvc.
This commit is contained in:
parent
3ba0ef7fc6
commit
4c4531e1a0
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
# -*-perl-*- hey - emacs - this is a perl file
|
||||
|
||||
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.6.2.2 2010/06/02 15:58:08 adunstan Exp $
|
||||
# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.6.2.3 2010/06/03 11:04:12 adunstan Exp $
|
||||
|
||||
use strict;
|
||||
|
||||
|
|
@ -180,7 +180,7 @@ sub plcheck
|
|||
use Config;
|
||||
if ($Config{usemultiplicity} eq 'define')
|
||||
{
|
||||
push(@tests,'plperl_plperlu');
|
||||
push(@tests,'plperlu_plperl');
|
||||
}
|
||||
}
|
||||
print "============================================================\n";
|
||||
|
|
|
|||
Loading…
Reference in a new issue