Skip to content

Commit

Permalink
adding tk to todos
Browse files Browse the repository at this point in the history
  • Loading branch information
castrod committed Nov 15, 2023
1 parent 91a5537 commit c353548
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions tests/test_normalizer2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@ TEST_SUITE("operator|"){

}

// TODO (MEDIUM) write tests to check build_wff_eq
// TODO (MEDIUM) write tests to check build_wff_neq
// TODO (MEDIUM) write tests to check build_wff_and
// TODO (MEDIUM) write tests to check build_wff_or
// TODO (MEDIUM) write tests to check build_wff_xor
// TODO (MEDIUM) write tests to check build_wff_neg
// TODO (MEDIUM) write tests to check build_wff_imply
// TODO (MEDIUM) write tests to check build_wff_equiv
// TODO (MEDIUM) write tests to check build_wff_coimply
// TODO (MEDIUM) write tests to check build_wff_all
// TODO (MEDIUM) write tests to check build_wff_ex
// TODO (TK) (HIGH) write tests to check build_wff_eq
// TODO (TK) (HIGH) write tests to check build_wff_neq
// TODO (TK) (HIGH) write tests to check build_wff_and
// TODO (TK) (HIGH) write tests to check build_wff_or
// TODO (TK) (HIGH) write tests to check build_wff_xor
// TODO (TK) (HIGH) write tests to check build_wff_neg
// TODO (TK) (HIGH) write tests to check build_wff_imply
// TODO (TK) (HIGH) write tests to check build_wff_equiv
// TODO (TK) (HIGH) write tests to check build_wff_coimply
// TODO (TK) (HIGH) write tests to check build_wff_all
// TODO (TK) (HIGH) write tests to check build_wff_ex

0 comments on commit c353548

Please sign in to comment.