Changes in directory nightlytest-serverside:
NightlyTestAccept.php updated: 1.35 -> 1.36 --- Log message: testing #34 --- Diffs of the changes: (+1 -2) NightlyTestAccept.php | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) Index: nightlytest-serverside/NightlyTestAccept.php diff -u nightlytest-serverside/NightlyTestAccept.php:1.35 nightlytest-serverside/NightlyTestAccept.php:1.36 --- nightlytest-serverside/NightlyTestAccept.php:1.35 Thu Sep 14 12:15:21 2006 +++ nightlytest-serverside/NightlyTestAccept.php Thu Sep 14 12:22:49 2006 @@ -823,8 +823,7 @@ } $output_big_changes = array(); -foreach ($prog_hash_new as $prog) { - $prog_new = $prog_hash_new[$prog]; +foreach ($prog_hash_new as $prog => $prog_new) { $prog_old = $prog_hash_old[$prog]; print "$prog\n $prog_new\n $prog_old\n"; _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits