summary refs log tree commit diff stats
path: root/tests/discard
Commit message (Collapse)AuthorAgeFilesLines
* revert discardable transformation (#10905)Andreas Rumpf2019-04-211-0/+20
| | | | | | | | | | * Revert "Properly wrap discarded statements (#10322)" This reverts commit 15584879b91e14565156ca140eef1dc100cf34c4. * add test for implicit discard after defer * enable t10241 again * make C++ tests green again
* fix off by 1 error in `col` shown by toFileLineCol (#10138)Timothee Cour2018-12-311-1/+1
| | | | | * fix off by 1 error in `col` shown by toFileLineCol * fix test failures
* lots of small changesArne Döring2018-12-111-0/+3
|
* require errormsg to be specified before file.Arne Döring2018-12-113-3/+3
|
* updated tests to be executedArne Döring2018-11-231-0/+7
|
* fix #9726 (#9765)Arne Döring2018-11-201-0/+8
|
* add illegal discard testArne Döring2018-11-081-0/+9
|
* fixes #9076Araq2018-09-261-0/+22
|
* make tests green againAndreas Rumpf2018-07-051-1/+1
|
* more chatty error message for the 'discard' checkingAndreas Rumpf2018-02-051-1/+1
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
|
* compiler: better error messages (#5613)Andreas Rumpf2017-03-262-3/+3
|
* fixes #1528Araq2015-09-101-0/+12
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-4/+4
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* fixes #942Araq2014-03-051-0/+16
|
* made some tests green; htmlgen still brokenAraq2014-02-251-1/+1
|
* new tester; all tests categorizedAraq2014-01-132-0/+25