summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxedsums/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/unboxedsums/Makefile')
-rw-r--r--testsuite/tests/unboxedsums/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/unboxedsums/Makefile b/testsuite/tests/unboxedsums/Makefile
index 23548ec58c..b3652e2d19 100644
--- a/testsuite/tests/unboxedsums/Makefile
+++ b/testsuite/tests/unboxedsums/Makefile
@@ -6,6 +6,6 @@ include $(TOP)/mk/test.mk
unpack_sums_7:
$(RM) -f unpack_sums_7.o unpack_sums_7.hi
- '$(TEST_HC)' $(TEST_HC_OPTS) -c unpack_sums_7.hs -O -dsuppress-all -ddump-simpl | grep -q '\(# |_ #\)'
+ '$(TEST_HC)' $(TEST_HC_OPTS) -c unpack_sums_7.hs -O -dsuppress-all -dsuppress-uniques -ddump-simpl | grep '\(# |_ #\)'
# This is a test to check for the presence of an unboxed sum in the core for a program using UNPACK
# on a sum type which is evidence that the field has been correctly unpacked.