]> Repositorios git - scryer-prolog.git/commitdiff
correct heap offsets in setup_call_cleanup tests
authorMark Thom <[email protected]>
Sat, 8 Jan 2022 19:50:09 +0000 (12:50 -0700)
committerMark Thom <[email protected]>
Sat, 8 Jan 2022 19:50:09 +0000 (12:50 -0700)
tests/scryer/src_tests.rs

index 883d787a01d4b60c9b89f3acd824a00752472625..56aa7374d16cf84cc1a3a62c5c0b23c5fae88aba 100644 (file)
@@ -51,7 +51,7 @@ fn rules() {
 fn setup_call_cleanup_load() {
     load_module_test(
         "src/tests/setup_call_cleanup.pl",
-        "1+21+31+2>_14304+_143051+_128981+2>41+2>_143051+2>31+2>31+2>4ba",
+        "1+21+31+2>_14313+_143141+_129071+2>41+2>_143141+2>31+2>31+2>4ba"
     );
 }
 
@@ -60,7 +60,7 @@ fn setup_call_cleanup_process() {
     run_top_level_test_with_args(
         &["src/tests/setup_call_cleanup.pl", "-f", "-g", "halt"],
         "",
-        "1+21+31+2>_15703+_157041+_142971+2>41+2>_157041+2>31+2>31+2>4ba",
+        "1+21+31+2>_15712+_157131+_143061+2>41+2>_157131+2>31+2>31+2>4ba",
     );
 }