diff options
author | Simon Peyton Jones <simonpj@microsoft.com> | 2013-02-14 14:46:13 +0000 |
---|---|---|
committer | Simon Peyton Jones <simonpj@microsoft.com> | 2013-02-14 14:46:13 +0000 |
commit | b3bf41f3d1eaa618cee9746a948c7b1c318d15c4 (patch) | |
tree | 3bb8096502f00d5bef47a5d96a8e48465843bd6d /testsuite/tests/driver/T4437.hs | |
parent | 00a3d583c3567dfdd8cf4d2d194487175335c52d (diff) | |
download | haskell-b3bf41f3d1eaa618cee9746a948c7b1c318d15c4.tar.gz |
Error message wibbles when adding overloaded lists
Diffstat (limited to 'testsuite/tests/driver/T4437.hs')
-rw-r--r-- | testsuite/tests/driver/T4437.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/driver/T4437.hs b/testsuite/tests/driver/T4437.hs index 23be89bfc4..617484c6cd 100644 --- a/testsuite/tests/driver/T4437.hs +++ b/testsuite/tests/driver/T4437.hs @@ -37,6 +37,7 @@ expectedGhcOnlyExtensions = [ "AlternativeLayoutRuleTransitional", "ExplicitNamespaces", "TypeHoles", + "OverloadedLists", "EmptyCase", "AutoDeriveTypeable"] |