Skip to content

Commit 158be02

Browse files
committed
builder: fix sizes
1 parent fbb1251 commit 158be02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

builder/sizes_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ func TestBinarySize(t *testing.T) {
4141
// This is a small number of very diverse targets that we want to test.
4242
tests := []sizeTest{
4343
// microcontrollers
44-
{"hifive1b", "examples/echo", 4484, 280, 0, 2252},
45-
{"microbit", "examples/serial", 2808, 388, 8, 2256},
46-
{"wioterminal", "examples/pininterrupt", 6064, 1484, 116, 6816},
44+
{"hifive1b", "examples/echo", 4560, 280, 0, 2268},
45+
{"microbit", "examples/serial", 2868, 388, 8, 2272},
46+
{"wioterminal", "examples/pininterrupt", 6104, 1484, 116, 6832},
4747

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

0 commit comments

Comments
 (0)