Skip to content

Commit

Permalink
fix: test should use a regex that has results
Browse files Browse the repository at this point in the history
  • Loading branch information
djpiper28 committed Jul 27, 2023
1 parent 6dd42ed commit 3362fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_generator_txt.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static int test_generator_oracle_regex()
mse_free_set_generator(&ret);

// Test includes
ASSERT(mse_init_set_generator(&ret, gen_type, MSE_SET_GENERATOR_OP_INCLUDES, REGEX_ARG, len));
ASSERT(mse_init_set_generator(&ret, gen_type, MSE_SET_GENERATOR_OP_INCLUDES, REGEX2_ARG, len));
ASSERT(mse_generate_set(&ret, &inter, &gen_cards, &gen_thread_pool));
size_t size_1;
ASSERT(size_1 = mse_tree_size(inter.node));
Expand Down

0 comments on commit 3362fe4

Please sign in to comment.