Skip to content

Commit

Permalink
Restoring trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbaroth committed Sep 13, 2023
1 parent 17416e8 commit aef0cca
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions tests/cram.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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) (store (as @!k1 (Array Int Int)) 0 0))
Expand All @@ -18,30 +18,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

Here are some tests to check that we have sane behavior given the insane
Expand Down Expand Up @@ -75,13 +75,13 @@ And now some cases where it should work (using either `--produce-models` or
`Tableaux` with `set-option`):

$ echo '(check-sat)(get-model)' | alt-ergo --frontend dolmen --produce-models -i smtlib2 -o smtlib2 2>/dev/null

unknown
(
)

$ echo '(set-option :produce-models true)(check-sat)(get-model)' | alt-ergo --frontend dolmen --sat-solver Tableaux -i smtlib2 -o smtlib2 2>/dev/null

unknown
(
)

0 comments on commit aef0cca

Please sign in to comment.