Skip to content

Commit 477a051

Browse files
author
Eddy Westbrook
committed
removed the debug output from linked_list_mr_solver.saw
1 parent 13a1a86 commit 477a051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heapster-saw/examples/linked_list_mr_solver.saw

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ monadify_term {{ cons }};
7676

7777
sorted_insert_no_malloc <- parse_core_mod "linked_list" "sorted_insert_no_malloc";
7878
run_test "sorted_insert_no_malloc |= sorted_insert_spec"
79-
(mr_solver_debug 3 sorted_insert_no_malloc {{ sorted_insert_spec }}) true;
79+
(mr_solver sorted_insert_no_malloc {{ sorted_insert_spec }}) true;

0 commit comments

Comments
 (0)