Skip to content

Commit

Permalink
Promote a BAD WRONG test after fixes (see #173)
Browse files Browse the repository at this point in the history
Signed-off-by: Dmitrii.Kosarev a.k.a. Kakadu <[email protected]>
  • Loading branch information
Dmitrii.Kosarev a.k.a. Kakadu authored and Dmitrii.Kosarev a.k.a. Kakadu committed Dec 17, 2024
1 parent db682f4 commit 3bd7d44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regression/test011.t
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
fun q ->
OCanren.Fresh.two
(fun x y -> delay (fun () -> conj (!![x; y] === q) (y =/= x))), all answers {
q=[_.11; _.12 [=/= _.11]];
q=[_.11 [=/= _.12]; _.12];
}
fun q ->
OCanren.Fresh.two
Expand Down Expand Up @@ -247,7 +247,7 @@
fun x ->
OCanren.Fresh.two
(fun y z -> delay (fun () -> conj (x =/= !![y; !2]) (x === !![z; !2]))), all answers {
q=[_.12 [=/= _.11]; 2];
q=[_.12; 2];
}
fun q -> distincto (!2 % (!3 %< q)), all answers {
q=_.35 [=/= 2; =/= 3];
Expand Down

0 comments on commit 3bd7d44

Please sign in to comment.