summaryrefslogtreecommitdiff
path: root/testsuite/tests/hpc/T11798.hs
diff options
context:
space:
mode:
authorReid Barton <rwbarton@gmail.com>2017-03-25 10:53:29 -0400
committerBen Gamari <ben@smart-cactus.org>2017-03-26 19:28:29 -0400
commit14b46a556dde8a2795ff5ede46ba8ee63368ae93 (patch)
tree626fa3b751ffc03c649bc15cc60871c09016800a /testsuite/tests/hpc/T11798.hs
parent43e7b23a472e5decc3fde2fcaf924e0c893b8a64 (diff)
downloadhaskell-14b46a556dde8a2795ff5ede46ba8ee63368ae93.tar.gz
Recompile if -fhpc is added or removed (#11798)
Test Plan: validate Reviewers: austin, bgamari, dfeuer Reviewed By: dfeuer Subscribers: dfeuer, thomie Differential Revision: https://phabricator.haskell.org/D3368
Diffstat (limited to 'testsuite/tests/hpc/T11798.hs')
-rw-r--r--testsuite/tests/hpc/T11798.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/hpc/T11798.hs b/testsuite/tests/hpc/T11798.hs
new file mode 100644
index 0000000000..2d42817259
--- /dev/null
+++ b/testsuite/tests/hpc/T11798.hs
@@ -0,0 +1,3 @@
+module T11798 where
+
+f x = [x,x,x]