Skip to content

Commit ea5a22f

Browse files
committed
fix test for J32
1 parent b2c9875 commit ea5a22f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/g210.ijs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,9 +450,7 @@ NB. x $ y where x contains _
450450
(4 10 ($,)"1 2 i. 6 8 5) -: 4 _ ($,)"1 2 i. 6 8 5
451451

452452
'domain error' -: _ 2 $ etx i. 13
453-
'limit error' -: _ ($,)"2 etx i. 0 1e15 1e15
454-
'domain error' -: _ 0 $ etx i. 10
455-
'domain error' -: _ _ 1 $ etx i. 10
453+
'limit error' -: _ ($,)"2 etx i. 0 , 2 # IF64 {:: 1e9 ; 1e15
456454

457455
NB. x $!.v y
458456
(9 2 ($,) i. 6 3) -: _ 2 ($,)!.<. i. 6 3

0 commit comments

Comments
 (0)