Skip to content

Commit 23db02f

Browse files
committed
chore: unwanted changes
1 parent efb4935 commit 23db02f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/lean/run/bv_decide_rewriter.lean

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,6 @@ example (x y : BitVec 256) : x * y * z = z * y * x := by
690690
example (x y : BitVec 256) : x * y * z = z * y * x := by
691691
bv_decide (config := { acNf := true })
692692

693-
694-
695693
end NormalizeMul
696694

697695
def foo (x : Bool) : Prop := x = true

0 commit comments

Comments
 (0)