Skip to content

Commit

Permalink
Update stdlib/Random/test/runtests.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Simeon Schaub <[email protected]>
  • Loading branch information
rfourquet and simeonschaub committed Jul 2, 2021
1 parent 12440ee commit c62b4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdlib/Random/test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ end
end

@testset "RandomDevice" begin
@test string(RandomDevice()) == "RandomDevice()"
@test string(RandomDevice()) == "$RandomDevice()"
if !Sys.iswindows()
@test string(RandomDevice(unlimited=false)) == "$RandomDevice(unlimited=false)"
end
Expand Down

0 comments on commit c62b4df

Please sign in to comment.