diff --git a/builder/sizes_test.go b/builder/sizes_test.go index 9755abe819..aa6ef5d2be 100644 --- a/builder/sizes_test.go +++ b/builder/sizes_test.go @@ -41,9 +41,9 @@ func TestBinarySize(t *testing.T) { // This is a small number of very diverse targets that we want to test. tests := []sizeTest{ // microcontrollers - {"hifive1b", "examples/echo", 4484, 280, 0, 2252}, - {"microbit", "examples/serial", 2732, 388, 8, 2256}, - {"wioterminal", "examples/pininterrupt", 6016, 1484, 116, 6816}, + {"hifive1b", "examples/echo", 4504, 280, 0, 2252}, + {"microbit", "examples/serial", 2736, 388, 8, 2256}, + {"wioterminal", "examples/pininterrupt", 6020, 1484, 116, 6816}, // TODO: also check wasm. Right now this is difficult, because // wasm binaries are run through wasm-opt and therefore the