]> 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:04:12 +0000 (11:04 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 3 Jun 2010 11:04:12 +0000 (11:04 +0000)
src/tools/msvc/vcregress.pl

index 82050a8eb9353df65d3dedffb7866944def0fc5f..4f1a90b40d2ce4b5159ac9062620bf9f8eccb85c 100644 (file)
@@ -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";