summary refs log tree commit diff stats
path: root/tests/stdlib/tlists.nim
diff options
context:
space:
mode:
authorringabout <43030857+ringabout@users.noreply.github.com>2023-01-27 06:03:59 +0800
committerGitHub <noreply@github.com>2023-01-26 23:03:59 +0100
commitfc068ee06d058b35d2d5890cf1fa3c356e549d1f (patch)
tree89dd50f106db8f5165b305af6fcf3cafef5efa06 /tests/stdlib/tlists.nim
parent23bd812b0c531dbb6a9854a81030468bbae29cd8 (diff)
downloadNim-fc068ee06d058b35d2d5890cf1fa3c356e549d1f.tar.gz
fixes #18134; registers `formatBiggestFloat` in VM (#21299)
fixes #18134; registers formatBiggestFloat in vmops

strformat supports float format in VM
Diffstat (limited to 'tests/stdlib/tlists.nim')
0 files changed, 0 insertions, 0 deletions
18'>118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212