summary refs log tree commit diff stats
path: root/tests/let
Commit message (Collapse)AuthorAgeFilesLines
* Allow let to not have value when using importc (#14258)PMunch2020-05-122-0/+32
| | | | | | | | | | | | | | * Allow let to not have value when using importc This allows a let statement with the `{.importc.}` pragma to not be initialised with a value. This allows us to declare C constants as Nim lets without putting the value in the Nim code (which can lead to errors, and requires us to go looking for the value). Fixes #14253 * Proper fix and documentation + changelog entry * Improve testcase with one from timotheecour * Add test to verify it working with macros
* require errormsg to be specified before file.Arne Döring2018-12-112-4/+2
|
* Revert #7964LemonBoy2018-09-211-0/+27
| | | | | | | Somehow the test case doesn't crash anymore and the regression in the doc generation is fixed. Fixes #9019
* make more tests greenAraq2018-02-101-1/+1
|
* Fix tests some moredef2015-03-171-1/+1
|
* more tests greenAraq2014-08-311-2/+2
|
* new tester; all tests categorizedAraq2014-01-132-0/+27