Skip to content

Commit

Permalink
Set version
Browse files Browse the repository at this point in the history
  • Loading branch information
minhqdao committed Mar 10, 2024
1 parent 5489a9a commit fbfcd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/version_f_test.f90
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ program test
logical :: is_satisfied
type(error_t), allocatable :: e

!##################################try_satisfy#################################!
v1 = version_t(0, 1, 0)

call v1%try_satisfy(' > 1.0.1 < 2.1.0 ', is_satisfied, e)
if (is_satisfied) call fail('satisfy-36 should not satisfy.')
Expand Down

0 comments on commit fbfcd7b

Please sign in to comment.