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
/a> 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111