]> granicus.if.org Git - postgresql/commitdiff
Fix regression test name for plperlu_plperl in msvc.
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 3 Jun 2010 11:03:09 +0000 (11:03 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 3 Jun 2010 11:03:09 +0000 (11:03 +0000)
src/tools/msvc/vcregress.pl

index ed944575563afae7339b820c557b34aa5d617d5b..7a347c0d5c26164a38ede2eb5bed23584a5c8fef 100644 (file)
@@ -1,7 +1,7 @@
 
 # -*-perl-*- hey - emacs - this is a perl file
 
-# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.10.2.2 2010/06/02 15:58:26 adunstan Exp $
+# $PostgreSQL: pgsql/src/tools/msvc/vcregress.pl,v 1.10.2.3 2010/06/03 11:03:09 adunstan Exp $
 
 use strict;
 
@@ -170,7 +170,7 @@ sub plcheck
                        use Config;
                        if ($Config{usemultiplicity} eq 'define')
                        {
-                               push(@tests,'plperl_plperlu');
+                               push(@tests,'plperlu_plperl');
                        }
                }
                print "============================================================\n";