Skip to content

Commit

Permalink
wiP
Browse files Browse the repository at this point in the history
  • Loading branch information
alzeha committed Sep 24, 2024
1 parent 6d9192e commit 6b6026b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit-tests/test-virtual_constraint.hh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ TEST_CASE ("Extract virtual constraint", "[evc]") {

// create container with all clock constraints, 0 = x, 1 = y, 2 = z, 3 = w, for zero clock one has to use tchecker::REFCLOCK_ID
tchecker::clock_constraint_container_t cc_container;
for (unsigned int i = 0; i < dim-1; i++)
for (tchecker::clock_id_t i = 0; i < dim-1; i++)
{
tchecker::clock_constraint_t cc_tmp = tchecker::clock_constraint_t(i, tchecker::REFCLOCK_ID, tchecker::LE, i+1);
cc_container.push_back(cc_tmp);
Expand Down

0 comments on commit 6b6026b

Please sign in to comment.