Skip to content

Commit 5e66501

Browse files
committed
test: update binary size test
1 parent d926cac commit 5e66501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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", 4580, 280, 0, 2264},
4646
{"microbit", "examples/serial", 2928, 388, 8, 2272},
47-
{"wioterminal", "examples/pininterrupt", 7460, 1500, 116, 6592},
47+
{"wioterminal", "examples/pininterrupt", 7444, 1500, 116, 6592},
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)