diff options
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/profiling/should_run/T3001-2.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/profiling/should_run/T3001-2.hs b/testsuite/tests/profiling/should_run/T3001-2.hs index 17fa0c9c48..538a435bec 100644 --- a/testsuite/tests/profiling/should_run/T3001-2.hs +++ b/testsuite/tests/profiling/should_run/T3001-2.hs @@ -289,5 +289,5 @@ instance Semigroup Builder where instance Monoid Builder where mempty = emptyBuilder - mappend = append + mappend = (<>) |