Skip to content

Commit 07e4b6e

Browse files
author
Enrico Steffinlongo
committed
Add missing REQUIRE statement to array_exprt test
1 parent 5c83574 commit 07e4b6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit/solvers/smt2_incremental/smt2_incremental_decision_procedure.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -615,5 +615,6 @@ TEST_CASE(
615615
smt_declare_function_commandt{index_term, {}},
616616
smt_assert_commandt{smt_core_theoryt::equal(
617617
foo_term, smt_array_theoryt::select(array_term, index_term))}};
618+
REQUIRE(test.sent_commands == expected_commands);
618619
}
619620
}

0 commit comments

Comments
 (0)