summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/lib/should_run/list002.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghc-regress/lib/should_run/list002.hs')
-rw-r--r--testsuite/tests/ghc-regress/lib/should_run/list002.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/testsuite/tests/ghc-regress/lib/should_run/list002.hs b/testsuite/tests/ghc-regress/lib/should_run/list002.hs
deleted file mode 100644
index 188ff8953d..0000000000
--- a/testsuite/tests/ghc-regress/lib/should_run/list002.hs
+++ /dev/null
@@ -1,6 +0,0 @@
--- !!! Test that List.sortBy is stable.
-
-import Data.List
-
-main = print (sortBy (\(a,b) (a',b')->compare a a')
- ([1,1,1,1,1,1,1,1,1,1]`zip`[1..10]))