summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_fail/T3153.stderr
blob: 5a21b339aa728b106e3e4099911c547d1090658a (plain)
1
2
3
4
5
6

T3153.hs:1:1:
    Cannot parse LANGUAGE pragma
    Expecting comma-separated list of language options,
    each starting with a capital letter
      E.g. {-# LANGUAGE RecordPuns, Generics #-}