diff --git a/collects/scheme/private/sort.ss b/collects/scheme/private/sort.ss index b6b3060723..dcc9546366 100644 --- a/collects/scheme/private/sort.ss +++ b/collects/scheme/private/sort.ss @@ -154,7 +154,7 @@ lst] ;; below we can assume an unsorted list ;; inlined case, for optimization of short lists - [(< n 3) + [(<= n 3) (if (= n 2) ;; (because of the above test, we can assume that the input is ;; unsorted)