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 30fc1b0 commit 5cdb1f1Copy full SHA for 5cdb1f1
1 file changed
builder/sizes_test.go
@@ -44,7 +44,7 @@ func TestBinarySize(t *testing.T) {
44
// microcontrollers
45
{"hifive1b", "examples/echo", 3680, 280, 0, 2252},
46
{"microbit", "examples/serial", 2694, 342, 8, 2248},
47
- {"wioterminal", "examples/pininterrupt", 7150, 1534, 120, 7248},
+ {"wioterminal", "examples/pininterrupt", 7154, 1534, 120, 7248},
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