Skip to content

Commit ff4458f

Browse files
Stephan SahmStephan Sahm
authored andcommitted
little missing test
1 parent 377eaeb commit ff4458f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/Try.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ using Test
1010
@test istry(@Try :value)
1111
@test istry(@TryCatch ErrorException error("an error"))
1212
@test istry(@TryCatch ErrorException :value)
13+
@test !istry(Some(4))
1314

1415
@test issuccess(@Try 5)
1516
@test !issuccess(@Try error("hi"))

0 commit comments

Comments
 (0)