diff options
Diffstat (limited to 'testsuite/tests/stranal/T10482a.hs')
-rw-r--r-- | testsuite/tests/stranal/T10482a.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/stranal/T10482a.hs b/testsuite/tests/stranal/T10482a.hs index 76f134f3e6..f481bd1712 100644 --- a/testsuite/tests/stranal/T10482a.hs +++ b/testsuite/tests/stranal/T10482a.hs @@ -22,7 +22,7 @@ f1 x = case h x x of ------- f2 ----------- --- We used to unbox x here and rebox it in the wrapper. After #17932, we don't. +-- We used to unbox x here and rebox it in the wrapper. -- After #17932, we don't. -- Historical comment: -- x is a strict field of MkT2, so we'll pass it unboxed |