Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0ab6e25

Browse files
committedMay 23, 2025··
chore: update build size test
1 parent 1fcb229 commit 0ab6e25

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", 7550, 1489, 116, 6912},
47+
{"wioterminal", "examples/pininterrupt", 7550, 1494, 116, 7232},
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)
Please sign in to comment.