diff options
Diffstat (limited to 'tests/golden-tests/tests/NoLayout.hs')
-rw-r--r-- | tests/golden-tests/tests/NoLayout.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/golden-tests/tests/NoLayout.hs b/tests/golden-tests/tests/NoLayout.hs index ac8e58bb..19b38b1d 100644 --- a/tests/golden-tests/tests/NoLayout.hs +++ b/tests/golden-tests/tests/NoLayout.hs @@ -4,7 +4,7 @@ -- This should probably be changed. module NoLayout where { - -- | the class 'C' + -- | the function 'g' ; g :: Int; g = undefined |