summaryrefslogtreecommitdiff
path: root/testsuite/tests/rts/T9839_03.hs
Commit message (Collapse)AuthorAgeFilesLines
* rts: check arguments to flags that don't have anyCarlos Tomé2015-03-231-0/+4
There were some flags of the RTS that when given an argument (which they don't have) were not firing an error. e.g -Targument when the flag -T has no argument. Now this is an error and affects the following flags: -B -w -T -Z -P -Pa -c -t Signed-off-by: Carlos Tomé <carlostome1990@gmail.com> Reviewed By: austin, thomie, hvr Differential Revision: https://phabricator.haskell.org/D748 GHC Trac Issues: #9839