Skip to content

Commit

Permalink
Fixed test broken by merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mikand committed Feb 25, 2015
1 parent f8d8866 commit d7de41f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysmt/test/test_solving.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_examples_yices(self):

def do_model(self, solver_name):
for (f, _, satisfiability, logic) in get_example_formulae():
if satisfiability and not logic.uninterpreted and logic.quantifier_free:
if satisfiability and not logic.theory.uninterpreted and logic.quantifier_free:
with Solver(name=solver_name) as s:
s.add_assertion(f)

Expand Down

0 comments on commit d7de41f

Please sign in to comment.