diff options
author | MarcelineVQ <matthewnhyatt@gmail.com> | 2015-12-23 01:23:33 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-23 10:05:39 +0100 |
commit | 7ed0da6cde909e662d09e1f39c3fccfa10f91a7f (patch) | |
tree | 5afdda1d857199b41a520db124083991daa04ae6 /testsuite/.gitignore | |
parent | ed213ead5e92aa3c2ae830a00f06684a1028d3ad (diff) | |
download | haskell-7ed0da6cde909e662d09e1f39c3fccfa10f91a7f.tar.gz |
Modify Nmax to maxN Trac #10728
Added test and changed -Nmax to -maxN, -n was taken
Noticed strange -m behavoir and fixed -m from quietly
ignoring being passed invalid opts, e.g. "-msasd"
Reviewers: simonmar, hvr, austin, thomie, bgamari
Reviewed By: hvr, thomie, bgamari
Subscribers: bgamari, hvr, thomie, simonmar
Differential Revision: https://phabricator.haskell.org/D1677
GHC Trac Issues: #10728
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 2886400681..e8cb351fcc 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -1389,6 +1389,7 @@ mk/ghcconfig*_test___spaces_ghc*.exe.mk /tests/rts/T8242 /tests/rts/T9045 /tests/rts/T9078 +/tests/rts/T10728 /tests/rts/atomicinc /tests/rts/bug1010 /tests/rts/derefnull |