summaryrefslogtreecommitdiff
path: root/testsuite/tests/hsc2hs
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2017-03-15 11:55:09 -0400
committerBen Gamari <ben@smart-cactus.org>2017-03-15 15:23:34 -0400
commitcec90709c9c8c2c2955f11b9ad29f4c99bd075db (patch)
treef7a725f5fb01e3ee20d55e43494273788a8488f3 /testsuite/tests/hsc2hs
parent086b514b199c122b638391f3aa2fbcf15cc10c06 (diff)
downloadhaskell-cec90709c9c8c2c2955f11b9ad29f4c99bd075db.tar.gz
Bump hsc2hs submodule
Fixes #13388. Also updates the expected output for T12504, which previously contained a redundant LINE pragma.
Diffstat (limited to 'testsuite/tests/hsc2hs')
-rw-r--r--testsuite/tests/hsc2hs/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tests/hsc2hs/Makefile b/testsuite/tests/hsc2hs/Makefile
index 9b3ee985c0..fa668e74ac 100644
--- a/testsuite/tests/hsc2hs/Makefile
+++ b/testsuite/tests/hsc2hs/Makefile
@@ -46,8 +46,6 @@ T12504:
'$(HSC2HS)' T12504/path/to/$@.hsc
ifeq "$(WINDOWS)" "YES"
grep '{-# LINE 1 \"T12504\\\\path\\\\to\\\\$@\.hsc\" #-}' T12504/path/to/$@.hs
- grep '{-# LINE 2 \"T12504\\\\path\\\\to\\\\$@\.hsc\" #-}' T12504/path/to/$@.hs
else
grep '{-# LINE 1 \"T12504/path/to/$@\.hsc\" #-}' T12504/path/to/$@.hs
- grep '{-# LINE 2 \"T12504/path/to/$@\.hsc\" #-}' T12504/path/to/$@.hs
endif