summaryrefslogtreecommitdiff
path: root/testsuite/tests/deSugar/should_compile/ds041.hs
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-06-18 22:44:19 +0200
committerThomas Miedema <thomasmiedema@gmail.com>2016-06-20 16:22:07 +0200
commit3dc1202546e63b50f828a34474717b1ddcbed5c7 (patch)
tree745fde8e9712c6d0b0507d9ae4988736c678abdb /testsuite/tests/deSugar/should_compile/ds041.hs
parentcf6e65693588cd9d40c895279f2e53d3d25a2c58 (diff)
downloadhaskell-3dc1202546e63b50f828a34474717b1ddcbed5c7.tar.gz
Testsuite: tabs -> spaces [skip ci]
Diffstat (limited to 'testsuite/tests/deSugar/should_compile/ds041.hs')
-rw-r--r--testsuite/tests/deSugar/should_compile/ds041.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/deSugar/should_compile/ds041.hs b/testsuite/tests/deSugar/should_compile/ds041.hs
index 90c1c22b4d..c1a3f0eb60 100644
--- a/testsuite/tests/deSugar/should_compile/ds041.hs
+++ b/testsuite/tests/deSugar/should_compile/ds041.hs
@@ -1,11 +1,11 @@
{-# LANGUAGE DatatypeContexts #-}
{- In 2.05 this one crashed with
- Fail: "basicTypes/Id.lhs", line 990: incomplete pattern(s)
- to match in function "dataConFieldLabels"
+ Fail: "basicTypes/Id.lhs", line 990: incomplete pattern(s)
+ to match in function "dataConFieldLabels"
- Reason: dsExpr (RecordCon ...) didn't extract
- the constructor properly.
+ Reason: dsExpr (RecordCon ...) didn't extract
+ the constructor properly.
-}
module ShouldCompile where