We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d926cac commit 5e66501Copy full SHA for 5e66501
builder/sizes_test.go
@@ -44,7 +44,7 @@ func TestBinarySize(t *testing.T) {
44
// microcontrollers
45
{"hifive1b", "examples/echo", 4580, 280, 0, 2264},
46
{"microbit", "examples/serial", 2928, 388, 8, 2272},
47
- {"wioterminal", "examples/pininterrupt", 7460, 1500, 116, 6592},
+ {"wioterminal", "examples/pininterrupt", 7444, 1500, 116, 6592},
48
49
// TODO: also check wasm. Right now this is difficult, because
50
// wasm binaries are run through wasm-opt and therefore the
0 commit comments