Skip to content

Commit

Permalink
make test for relop-length more sensitive
Browse files Browse the repository at this point in the history
  5_2.ms
  • Loading branch information
gus-massa authored and burgerrg committed May 24, 2019
1 parent 587e0f4 commit b34695b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions LOG
Original file line number Diff line number Diff line change
Expand Up @@ -1368,3 +1368,5 @@
primdata.ss
- small fix in relop-length to enable the optimization
cpnanopass.ss
- make test for relop-length more sensitive
5_2.ms
4 changes: 2 additions & 2 deletions mats/5_2.ms
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
[(_ prim)
(let ()
(define (f x)
(and
(list
(prim (#3%length x) 0)
(prim 0 (#3%length x))
(prim (#3%length x) 1)
Expand All @@ -204,7 +204,7 @@
(let ([n (length x)])
(equal?
(f x)
(and
(list
(prim n 0)
(prim 0 n)
(prim n 1)
Expand Down

0 comments on commit b34695b

Please sign in to comment.