Skip to content

Commit

Permalink
Readd spaces again
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Jul 19, 2023
1 parent ae31fe4 commit efbf144
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/cram.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ changes slightly, you should be concerned with ensuring the semantic is
appropriate here.

$ alt-ergo --frontend dolmen --produce-models model555.smt2 --no-forced-flush-in-output 2>/dev/null

unknown
(
(define-fun a1 () (Array Int Int)
Expand All @@ -21,30 +21,30 @@ appropriate here.
Now we will test some semantic triggers.

$ alt-ergo --frontend legacy -o smtlib2 semantic_triggers.ae 2>/dev/null

unknown

unsat

unsat

$ alt-ergo --frontend dolmen -o smtlib2 semantic_triggers.ae 2>/dev/null

unknown

unsat

unsat


And some SMT2 action.

$ alt-ergo --frontend dolmen -o smtlib2 --prelude prelude.ae postlude.smt2 2>/dev/null

unknown

unsat

unknown

unsat

0 comments on commit efbf144

Please sign in to comment.