summaryrefslogtreecommitdiff
path: root/testsuite/tests/profiling/should_run/staticcallstack001.hs
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/profiling/should_run/staticcallstack001.hs')
-rw-r--r--testsuite/tests/profiling/should_run/staticcallstack001.hs7
1 files changed, 3 insertions, 4 deletions
diff --git a/testsuite/tests/profiling/should_run/staticcallstack001.hs b/testsuite/tests/profiling/should_run/staticcallstack001.hs
index 78849d0ef1..e3e1407492 100644
--- a/testsuite/tests/profiling/should_run/staticcallstack001.hs
+++ b/testsuite/tests/profiling/should_run/staticcallstack001.hs
@@ -13,7 +13,6 @@ qq x = D x
caf = D 5
main = do
- print . tail =<< whereFrom (D 5)
- print . tail =<< whereFrom caf
- print . tail =<< whereFrom (id (D 5))
-
+ print =<< whereFrom (D 5)
+ print =<< whereFrom caf
+ print =<< whereFrom (id (D 5))