mirror of
https://github.com/Z3Prover/z3
synced 2026-07-20 14:05:50 +00:00
Projection operator => view
This commit is contained in:
parent
f126b60369
commit
64fed10e86
10 changed files with 494 additions and 651 deletions
|
|
@ -73,7 +73,7 @@ static void test_nseq_param_validation() {
|
|||
static void test_nseq_param_validation_rejects_invalid() {
|
||||
std::cout << "test_nseq_param_validation_rejects_invalid\n";
|
||||
const smt_params p;
|
||||
static const char* invalid_variants[] = { "nseq2", "NSEQ", "nseqq", "nse", "Nseq", "nseq ", "" };
|
||||
static const char* invalid_variants[] = { "nseq3", "NSEQ", "nseqq", "nse", "Nseq", "nseq ", "" };
|
||||
for (const auto s : invalid_variants) {
|
||||
bool threw = false;
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue