mirror of
https://github.com/postgres/postgres.git
synced 2025-06-04 12:42:24 +03:00
Fix regression test name for plperlu_plperl in msvc.
This commit is contained in:
parent
3ba0ef7fc6
commit
4c4531e1a0
@ -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…
x
Reference in New Issue
Block a user