summary refs log tree commit diff stats
path: root/tests/effects/teffects1.nim
Commit message (Collapse)AuthorAgeFilesLines
* system refactorings (#10559)Andreas Rumpf2019-02-061-2/+2
| | | | | | | | * move IO subsystem into its own module; refs #10385 * make standalone test compile again * make C++ examples compile again * make more tests green * make sysAssert and gcAssert work again
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-3/+3
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* renamed writeln to writeLine in testspatrick dw2015-06-191-1/+1
|
* Clean up tests/effectsdef2015-02-041-1/+0
|
* fixes #325Araq2015-01-281-1/+1
|
* better effect inferenceAraq2014-11-021-1/+1
|
* made tests greenAraq2014-09-221-1/+1
|
* more tests greenAraq2014-08-311-4/+4
|
* fixes 'gcsafe'Araq2014-08-121-1/+1
|
* make some tests red :) (i.e. print failure details while running the tester)Zahary Karadjov2014-03-161-1/+1
|
* handle arbitrary expressions dependent on static input params in proc signaturesZahary Karadjov2014-03-161-1/+1
|
* new tester; all tests categorizedAraq2014-01-131-0/+21