Skip to content

Commit

Permalink
Try and fail to fix _another_ test
Browse files Browse the repository at this point in the history
  • Loading branch information
MattWindsor91 committed Feb 15, 2017
1 parent 80500cf commit 08ca5d6
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions SemanticsTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -448,15 +448,19 @@ module MicrocodeToBool =
(mkTypedArrayExpr
(Bool (normalRec, ()))
(Some 10)
(aupd'
(mkTypedArrayExpr
(Bool (normalRec, ()))
(Some 10)
(AVar (Reg (Before "foo"))))
(siBefore "x")
(normalBoolExpr BTrue)))
(AVar (Reg (Intermediate (0I, "foo")))))
(siBefore "x")
(normalBoolExpr BTrue))
BEq
(typedArrayToExpr
(mkTypedArrayExpr (Bool (normalRec, ())) (Some 10) (AVar (Reg (Intermediate (0I, "foo"))))),
aupd
(mkTypedArrayExpr
(Bool (normalRec, ()))
(Some 10)
(AVar (Reg (Before "foo"))))
(siBefore "y")
(normalBoolExpr BFalse)) ])
(normalBoolExpr BFalse)) ])
[ normalBoolExpr
(BIdx
(mkTypedArrayExpr (Bool (normalRec, ())) (Some 10) (AVar (Reg "foo")),
Expand Down

0 comments on commit 08ca5d6

Please sign in to comment.