diff options
author | Ben Gamari <ben@smart-cactus.org> | 2017-03-15 11:55:09 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-15 15:23:34 -0400 |
commit | cec90709c9c8c2c2955f11b9ad29f4c99bd075db (patch) | |
tree | f7a725f5fb01e3ee20d55e43494273788a8488f3 /testsuite/tests/hsc2hs | |
parent | 086b514b199c122b638391f3aa2fbcf15cc10c06 (diff) | |
download | haskell-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/Makefile | 2 |
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 |