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 505a872 commit 713b9dfCopy full SHA for 713b9df
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", 2916, 388, 8, 2272},
47
- {"wioterminal", "examples/pininterrupt", 7359, 1489, 116, 6912},
+ {"wioterminal", "examples/pininterrupt", 7395, 1489, 116, 6912},
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