diff options
Diffstat (limited to 'testsuite/tests/th/T7241.stderr')
-rw-r--r-- | testsuite/tests/th/T7241.stderr | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/th/T7241.stderr b/testsuite/tests/th/T7241.stderr index 15c554175c..07d17c9da3 100644 --- a/testsuite/tests/th/T7241.stderr +++ b/testsuite/tests/th/T7241.stderr @@ -1,8 +1,8 @@ -
-T7241.hs:7:3: error:
- Same exact name in multiple name-spaces:
- type constructor or class ‘Foo’, declared at: T7241.hs:7:3
- data constructor ‘Foo’, declared at: T7241.hs:7:3
- Probable cause: you bound a unique Template Haskell name (NameU),
- perhaps via newName, in different name-spaces.
- If that's it, then -ddump-splices might be useful
+ +T7241.hs:7:3: error: + Same exact name in multiple name-spaces: + type constructor or class ‘Foo’, declared at: T7241.hs:7:3 + data constructor ‘Foo’, declared at: T7241.hs:7:3 + Probable cause: you bound a unique Template Haskell name (NameU), + perhaps via newName, in different name-spaces. + If that's it, then -ddump-splices might be useful |