builder: fix binary size rodata value

Этот коммит содержится в:
Damian Gryski 2023-03-14 07:51:45 -07:00 коммит произвёл Ayke
родитель 344e493ac8
коммит 833c91fceb

Просмотреть файл

@ -43,7 +43,7 @@ func TestBinarySize(t *testing.T) {
// microcontrollers // microcontrollers
{"hifive1b", "examples/echo", 4556, 272, 0, 2252}, {"hifive1b", "examples/echo", 4556, 272, 0, 2252},
{"microbit", "examples/serial", 2680, 380, 8, 2256}, {"microbit", "examples/serial", 2680, 380, 8, 2256},
{"wioterminal", "examples/pininterrupt", 6109, 1455, 116, 6816}, {"wioterminal", "examples/pininterrupt", 6109, 1459, 116, 6816},
// TODO: also check wasm. Right now this is difficult, because // TODO: also check wasm. Right now this is difficult, because
// wasm binaries are run through wasm-opt and therefore the // wasm binaries are run through wasm-opt and therefore the