diff options
Diffstat (limited to 'testsuite/tests/ghc-regress/layout/layout005.hs')
-rw-r--r-- | testsuite/tests/ghc-regress/layout/layout005.hs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/testsuite/tests/ghc-regress/layout/layout005.hs b/testsuite/tests/ghc-regress/layout/layout005.hs deleted file mode 100644 index df68795665..0000000000 --- a/testsuite/tests/ghc-regress/layout/layout005.hs +++ /dev/null @@ -1,10 +0,0 @@ - -module M where - --- GHC's Lexer.x had a piece of code like this - -f = if True then do - case () of - () -> () - else () - |