Skip to content

Commit 3214fcb

Browse files
changed expected size so all tests can run
1 parent bc0ab19 commit 3214fcb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

builder/sizes_test.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ 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", 4560, 280, 0, 2268},
45-
{"microbit", "examples/serial", 2868, 388, 8, 2272},
46-
{"wioterminal", "examples/pininterrupt", 6104, 1484, 116, 6832},
44+
45+
{"hifive1b", "examples/echo", 4720, 280, 0, 2252},
46+
{"microbit", "examples/serial", 2820, 388, 8, 2256},
47+
{"wioterminal", "examples/pininterrupt", 6091, 1485, 116, 6816},
4748

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

0 commit comments

Comments
 (0)