Skip to content

Commit e654903

Browse files
committed
tests: don't unnecessarily error on v1.8 (MiscSeed)
1 parent 0e99bf5 commit e654903

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -814,8 +814,7 @@ end
814814

815815
@chapter MiscSeed begin
816816
rands = VERSION < v"1.7-" ? [0x24ae, 0x837e] :
817-
VERSION <= v"1.7" ? [0x1f33, 0x415f] :
818-
error("update the seeds")
817+
[0x1f33, 0x415f]
819818
MiscSeed.runtests(verbose=0, seed=1)
820819
@test MiscSeed.RAND1 === MiscSeed.RAND2 === rands[1]
821820
MiscSeed.runtests(verbose=0, seed=2)

0 commit comments

Comments
 (0)