projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc9b11c
)
Fix sygus unit (#4371)
author
Andrew Reynolds
<andrew.j.reynolds@gmail.com>
Mon, 27 Apr 2020 22:04:49 +0000
(17:04 -0500)
committer
GitHub
<noreply@github.com>
Mon, 27 Apr 2020 22:04:49 +0000
(15:04 -0700)
test/unit/api/solver_black.h
patch
|
blob
|
history
diff --git
a/test/unit/api/solver_black.h
b/test/unit/api/solver_black.h
index 4b5480dba7a54161c5a3ecd60ae78fde0a93aeca..bfbe201d28d6ee490926327a93028362e6e0c423 100644
(file)
--- a/
test/unit/api/solver_black.h
+++ b/
test/unit/api/solver_black.h
@@
-1261,7
+1261,7
@@
void SolverBlack::testSynthFun()
Sort null = d_solver->getNullSort();
Sort boolean = d_solver->getBooleanSort();
Sort integer = d_solver->getIntegerSort();
- Sort boolToBool = d_solver->mkFunctionSort(
{boolean}
, boolean);
+ Sort boolToBool = d_solver->mkFunctionSort(
boolean
, boolean);
Term nullTerm;
Term x = d_solver->mkVar(boolean);