Skip to content

Commit 4bf5a26

Browse files
committed
change file size test for trimming
1 parent 189359e commit 4bf5a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/trimming/trimming.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let exe_suffix = splitext(Base.julia_exename())[2]
44

55
hello_exe = joinpath(@__DIR__, "hello" * exe_suffix)
66
@test readchomp(`$hello_exe`) == "Hello, world!"
7-
@test filesize(hello_exe) < 2_000_000
7+
@test filesize(hello_exe) < 20_000_000
88

99
basic_jll_exe = joinpath(@__DIR__, "basic_jll" * exe_suffix)
1010
lines = split(readchomp(`$basic_jll_exe`), "\n")

0 commit comments

Comments
 (0)