Skip to content

Commit

Permalink
fix #6213
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Jul 31, 2022
1 parent 4a1baa7 commit bf282b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/dl_product_relation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ namespace datalog {

using namespace datalog;

#ifdef _WINDOWS
void tst_dl_product_relation() {
smt_params fparams;
params_ref params;
Expand All @@ -361,3 +362,7 @@ void tst_dl_product_relation() {
test_finite_product_relation(fparams, params);

}
#else
void tst_dl_product_relation() {}

#endif

0 comments on commit bf282b0

Please sign in to comment.