summary refs log tree commit diff stats
path: root/tests/cpp/t8241.nim
Commit message (Collapse)AuthorAgeFilesLines
* join simple testArne Döring2018-11-231-1/+10
|
* fixes #9222 (#9224)cooldome2018-10-091-0/+16
|
* Generate dynlib strings as a single rope (#8247)LemonBoy2018-07-081-0/+7
In order not to trip the optimization in genInfixCall we have to do so. The same trick is also used in setExternName. Fixes #8241