fix(tests/library/rewriter): warning
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
412bc792c9
commit
e0ca27bfb3
1 changed files with 3 additions and 0 deletions
|
@ -395,6 +395,8 @@ static void try_rewriter2_tst() {
|
|||
env.add_theorem("try2", concl, proof);
|
||||
}
|
||||
|
||||
#if 0
|
||||
// TODO(Leo): fix
|
||||
static void app_rewriter1_tst() {
|
||||
cout << "=== app_rewriter1_tst() ===" << std::endl;
|
||||
// Theorem: Pi(x y : N), x + y = y + x := ADD_COMM x y
|
||||
|
@ -474,6 +476,7 @@ static void app_rewriter1_tst() {
|
|||
Const("ADD_COMM")(b, a)));
|
||||
env.add_theorem("app_rewriter3", concl, proof);
|
||||
}
|
||||
#endif
|
||||
|
||||
static void repeat_rewriter1_tst() {
|
||||
cout << "=== repeat_rewriter1_tst() ===" << std::endl;
|
||||
|
|
Loading…
Reference in a new issue