Skip to content

Commit 1fcb229

Browse files
committed
chore: update build size test
1 parent fa0c8e3 commit 1fcb229

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", 4560, 280, 0, 2268},
4646
{"microbit", "examples/serial", 2924, 388, 8, 2272},
47-
{"wioterminal", "examples/pininterrupt", 7383, 1489, 116, 6912},
47+
{"wioterminal", "examples/pininterrupt", 7550, 1489, 116, 6912},
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)