Skip to content

Commit

Permalink
debug memory leak
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz committed Nov 4, 2024
1 parent f16dd92 commit 297ae26
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/api_cc/tests/test_deeppot_jax.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
// skip this test for memory sanitizer, need more work to fix
#ifndef ENABLE_SANITIZE
#include <fcntl.h>
#include <gtest/gtest.h>
#include <sys/stat.h>
Expand Down Expand Up @@ -432,4 +431,3 @@ TYPED_TEST(TestInferDeepPotAJAX, print_summary) {
deepmd::DeepPot& dp = this->dp;
dp.print_summary("");
}
#endif // ENABLE_SANITIZE

0 comments on commit 297ae26

Please sign in to comment.