diff --git a/collects/meta/drdr/graphs/build-graph.rkt b/collects/meta/drdr/graphs/build-graph.rkt index 61ba99cbee..8b44ec7d63 100644 --- a/collects/meta/drdr/graphs/build-graph.rkt +++ b/collects/meta/drdr/graphs/build-graph.rkt @@ -614,7 +614,7 @@ (span ((id "rev_and_duration")) "")) (tt (span ((id "timings")) "")) - ,@(for/list ((graphs (in-list graphss)) + ,@(for/list ((graphs (in-list (reverse graphss))) (i (in-naturals))) `(map ((name ,(format "revmap~a" i))) ,@(graphs->areas graphs i)))