From d9022567542acf6734184696596aef0851e7f8f0 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 23 Aug 2001 04:34:36 +0000 Subject: 2001-08-22 Roland McGrath * conform/conformtest.pl (checknamespace): Sort the output list. --- conform/conformtest.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'conform') diff --git a/conform/conformtest.pl b/conform/conformtest.pl index ebef130e96..b15656bd60 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -278,7 +278,8 @@ sub checknamespace { unlink "$fnamebase.c"; $realerror = 0; if ($#errors != 0) { - foreach $f (%errors) { + # Sort the output list so it's easier to compare results with diff. + foreach $f (sort keys(%errors)) { if ($errors{$f} == 1) { if ($realerror == 0) { printf ("FAIL\n " . "-" x 72 . "\n"); -- cgit v1.2.3