diff options
Diffstat (limited to 'tests/loc.hs')
-rw-r--r-- | tests/loc.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/loc.hs b/tests/loc.hs index 3edc60b..09399ea 100644 --- a/tests/loc.hs +++ b/tests/loc.hs @@ -9,7 +9,6 @@ main = do foo <- getContents -- uncomment the following to check for mistakes in isntcomment -- putStr $ unlines $ actual_loc -isntcomment "" = False isntcomment ('-':'-':_) = False isntcomment ('{':'-':_) = False -- pragmas isntcomment _ = True |