Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testsuite: A more portable solution to #9399 | Ben Gamari | 2019-06-13 | 1 | -0/+2 |
| | | | | | | | | Previously we used an awful hybrid batch script/Bourne shell script to allow this test to run both on Windows and Linux (fixing #9399). However, this breaks on some libc implementations (e.g. musl). Fix this. Fixes #16798. | ||||
* | Testsuite: fix enum01/02/03 on Windows (#9399) | Thomas Miedema | 2016-05-25 | 1 | -2/+0 |
| | |||||
* | Comments only | Reid Barton | 2015-06-25 | 1 | -0/+4 |
| | |||||
* | Make enum01/enum02/enum03 tests clang-compatible | Reid Barton | 2015-06-16 | 1 | -0/+24 |
... by entirely replacing the use of CPP by a custom preprocessor; clang -E -traditional has no stringification mechanism at all. Reviewed By: thomie, austin Differential Revision: https://phabricator.haskell.org/D957 GHC Trac Issues: #9399 |