diff options
Diffstat (limited to 'testsuite/tests/module/mod132.stderr')
-rw-r--r-- | testsuite/tests/module/mod132.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/module/mod132.stderr b/testsuite/tests/module/mod132.stderr index 0c901d090c..4913c59b06 100644 --- a/testsuite/tests/module/mod132.stderr +++ b/testsuite/tests/module/mod132.stderr @@ -3,6 +3,6 @@ mod132.hs:6:7: error: • Illegal term-level use of the type constructor or class ‘Foo’ • imported from ‘Mod132_B’ at mod132.hs:4:1-15 (and originally defined in ‘Mod132_A’ at Mod132_A.hs:3:1-14) - • Perhaps you meant variable ‘foo’ (line 6) + • Perhaps use variable ‘foo’ (line 6) • In the expression: Foo In an equation for ‘foo’: foo = Foo |