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 1fcb229 commit 0ab6e25Copy full SHA for 0ab6e25
builder/sizes_test.go
@@ -44,7 +44,7 @@ func TestBinarySize(t *testing.T) {
44
// microcontrollers
45
{"hifive1b", "examples/echo", 4560, 280, 0, 2268},
46
{"microbit", "examples/serial", 2924, 388, 8, 2272},
47
- {"wioterminal", "examples/pininterrupt", 7550, 1489, 116, 6912},
+ {"wioterminal", "examples/pininterrupt", 7550, 1494, 116, 7232},
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