diff options
Diffstat (limited to 'testsuite/tests/rts/alloccounter1.hs')
-rw-r--r-- | testsuite/tests/rts/alloccounter1.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rts/alloccounter1.hs b/testsuite/tests/rts/alloccounter1.hs index 4b81896d2c..9fe682aca4 100644 --- a/testsuite/tests/rts/alloccounter1.hs +++ b/testsuite/tests/rts/alloccounter1.hs @@ -2,7 +2,7 @@ module Main where import Control.Exception import Control.Monad -import Data.List +import Data.List (sort) import System.Mem main = do |