diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2025-11-20 17:45:28 +0100 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2025-11-20 17:45:28 +0100 |
| commit | 4c4aea6abd680b62132ead1c9cc943e3e489271d (patch) | |
| tree | 2511d4f1ba5bf2d1288cd131a07b2c3dca9fd709 /test/graph/binary_lifting.cpp | |
| parent | 64e29a2371a562c6306763220ce69d90032c2015 (diff) | |
enable _GLIBCXX_ASSERTIONS for sanitizer tests
Diffstat (limited to 'test/graph/binary_lifting.cpp')
| -rw-r--r-- | test/graph/binary_lifting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/graph/binary_lifting.cpp b/test/graph/binary_lifting.cpp index 20318da..abcd784 100644 --- a/test/graph/binary_lifting.cpp +++ b/test/graph/binary_lifting.cpp @@ -56,5 +56,5 @@ void performance_test() { int main() { stress_test(); - performance_test(); + if (!sanitize) performance_test(); } |
