Skip to content

Commit

Permalink
Promote cram.t with new model format (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
bclement-ocp authored Jul 12, 2023
1 parent 7df3738 commit a10737c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/cram.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ appropriate here.

unknown
(
(define-fun a1 () (Array Int Int)
(store ((as const (Array Int Int)) 0) 0 0))
(define-fun x () Int 0)
(define-fun y () Int 0)
(define-fun a1 () (Array Int Int) (store (as @a1 (Array Int Int)) 0 0))
)

Now we will test some semantic triggers.
Expand Down

0 comments on commit a10737c

Please sign in to comment.