Skip to content

Commit e9be5cb

Browse files
committed
fix binary size
1 parent 07a78c8 commit e9be5cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builder/sizes_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestBinarySize(t *testing.T) {
4444
// microcontrollers
4545
{"hifive1b", "examples/echo", 3817, 299, 0, 2252},
4646
{"microbit", "examples/serial", 2820, 356, 8, 2248},
47-
{"wioterminal", "examples/pininterrupt", 7286, 1534, 120, 7248},
47+
{"wioterminal", "examples/pininterrupt", 7902, 1650, 132, 7272},
4848

4949
// TODO: also check wasm. Right now this is difficult, because
5050
// wasm binaries are run through wasm-opt and therefore the

0 commit comments

Comments
 (0)