aboutsummaryrefslogtreecommitdiffstats
path: root/native/src/testmain.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'native/src/testmain.cpp')
-rw-r--r--native/src/testmain.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/native/src/testmain.cpp b/native/src/testmain.cpp
index acb930b..da6f20a 100644
--- a/native/src/testmain.cpp
+++ b/native/src/testmain.cpp
@@ -1023,6 +1023,8 @@ int main(int argc, char** argv)
1023 1023
1024 // Run the LP code in a loop to see if memory footprint increases 1024 // Run the LP code in a loop to see if memory footprint increases
1025 // significantly. 1025 // significantly.
1026 cout << endl << endl << "Running LP code in a loop to test for memory "
1027 << "leaks." << endl << "Press CTRL+C to exit..." << endl;
1026 while (check_for_memory_leaks) { 1028 while (check_for_memory_leaks) {
1027 results = lp_dflp_bounds(rsi, loc); 1029 results = lp_dflp_bounds(rsi, loc);
1028 delete results; 1030 delete results;