Skip to content

Commit 1753fa4

Browse files
committed
make test more robust
1 parent dc52de8 commit 1753fa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ main() {
1616
cargo rustc -- --emit=obj
1717

1818
# check that the output is an empty binary
19-
diff app.size \
19+
# NOTE(-b) ignore change in whitespace
20+
diff -b app.size \
2021
<(cargo size --bin app)
2122

2223
# check presence of the `rust_begin_unwind` symbol

0 commit comments

Comments
 (0)