[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / glafp-utils / runstdtest / runstdtest.prl
index 01ce61a..1ca1d5b 100644 (file)
@@ -119,7 +119,7 @@ arg: while ($_ = $ARGV[0]) {
 
 foreach $out_file ( @PgmStdoutFile ) {
     if ( ! -f $out_file && !$SaveStdout ) {
-           print STDERR "$Pgm: warning: expected-stderr file missing: $out_file\n";
+           print STDERR "$Pgm: warning: expected-stdout file missing: $out_file\n";
            pop(@PgmStdoutFile);
     }
 }