Skip to content

Commit

Permalink
removing commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
castrod committed Jan 9, 2024
1 parent d57837d commit 078d74a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/unit/test_tau_parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -638,22 +638,6 @@ TEST_SUITE("parsing callbacks ") {
CHECK( neg_cb.has_value() );
}

// TEST_CASE("bf_subs_cb") {
// const char* sample = "$X := bf_subs_cb $X $X $X.";
// auto src = make_tau_source(sample);
// auto lib = make_statement(src);
// auto subs_cb = lib
// | tau_parser::library
// | tau_parser::rules
// | tau_parser::rule
// | tau_parser::bf_rule
// | tau_parser::bf_body
// | tau_parser::bf
// | tau_parser::bf_subs_cb;
// CHECK( subs_cb.has_value() );
// }


// TODO (MEDIUM) write tests for execution bf_is_zero_cb
// TODO (MEDIUM) write tests for execution bf_is_one_cb
// TODO (MEDIUM) write tests for execution bf_has_clashing_subformulas_cb
Expand Down

0 comments on commit 078d74a

Please sign in to comment.