[Git][ghc/ghc][wip/junit-fixes] Fix
Ben Gamari
gitlab at gitlab.haskell.org
Sun Jun 23 23:38:19 UTC 2019
Ben Gamari pushed to branch wip/junit-fixes at Glasgow Haskell Compiler / GHC
Commits:
7bceb3b3 by Ben Gamari at 2019-06-23T23:38:14Z
Fix
- - - - -
1 changed file:
- testsuite/tests/driver/T12674/Makefile
Changes:
=====================================
testsuite/tests/driver/T12674/Makefile
=====================================
@@ -4,8 +4,8 @@ include $(TOP)/mk/test.mk
# Uses Makefile to ensure that the testsuite driver doesn't normalize away the ./
T12674:
- $(TEST_HC) $(TEST_HC_OPTS) -v0 ./-T12674.hs ././-T12674.c
+ $(TEST_HC) $(TEST_HC_OPTS) -v0 ./-T12674.hs ././-T12674c.c
T12674w:
- $(TEST_HC) $(TEST_HC_OPTS) -v0 .\\\-T12674.hs .\\\.\\\-T12674.c
+ $(TEST_HC) $(TEST_HC_OPTS) -v0 .\\\-T12674.hs .\\\.\\\-T12674c.c
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/7bceb3b34f35ab01c5988b0e36154fc45500ddbb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/7bceb3b34f35ab01c5988b0e36154fc45500ddbb
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190623/d7404458/attachment-0001.html>
More information about the ghc-commits
mailing list