Skip to content

Commit cf78f4e

Browse files
committed
test: satisfy the binary size tests
1 parent 624630d commit cf78f4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

builder/sizes_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,13 @@ func TestBinarySize(t *testing.T) {
4343
tests := []sizeTest{
4444
// microcontrollers
4545
{"hifive1b", "examples/echo", 4560, 280, 0, 2268},
46+
<<<<<<< HEAD
4647
{"microbit", "examples/serial", 2924, 388, 8, 2272},
4748
{"wioterminal", "examples/pininterrupt", 7383, 1489, 116, 6912},
49+
=======
50+
{"microbit", "examples/serial", 2916, 388, 8, 2272},
51+
{"wioterminal", "examples/pininterrupt", 7359, 1489, 116, 6912},
52+
>>>>>>> 7c7a5c78 (test: satisfy the binary size tests)
4853

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

0 commit comments

Comments
 (0)