Skip to content

Commit

Permalink
Update tests...
Browse files Browse the repository at this point in the history
  • Loading branch information
johnoel committed Feb 13, 2024
1 parent e4d0078 commit 2470da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gtests/test_fmm_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ extern "C"
{
void test_ad_exit(const int exit_code);
}
#if defined(__MINGW64__)
#ifndef OPT_LIB
#if defined(_WIN64)
#ifdef DEBUG
TEST_F(test_fmm_control, constructor_ipars_max1)
{
ad_exit=&test_ad_exit;
Expand Down

0 comments on commit 2470da2

Please sign in to comment.