X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Freader%2Fshould_compile%2Fread006.hs;h=bb26ed024efee40581ac4bf4e49c8ea468d926b5;hb=c88ecf9ab55e6c261aaf422a4d42b7e065038655;hp=036b02fb47cc8808ccf07a7b2f123714aa56cf48;hpb=617094a89428a6206da742aaf05960063b1bef92;p=ghc-hetmet.git diff --git a/ghc/tests/reader/should_compile/read006.hs b/ghc/tests/reader/should_compile/read006.hs index 036b02f..bb26ed0 100644 --- a/ghc/tests/reader/should_compile/read006.hs +++ b/ghc/tests/reader/should_compile/read006.hs @@ -1,4 +1,4 @@ ---!!! Testing handling of troublesome constructor name (:::) +-- !!! Testing handling of troublesome constructor name (:::) module MyList (MyList(Empty, (:::))) where data MyList a = Empty