]> Repositorios git - scryer-prolog.git/commitdiff
update setup_call_cleanup tests
authorMark Thom <[email protected]>
Mon, 7 Feb 2022 04:46:06 +0000 (21:46 -0700)
committerMark Thom <[email protected]>
Mon, 7 Feb 2022 04:46:06 +0000 (21:46 -0700)
tests/scryer/src_tests.rs

index 5e7b74a89104edfb7ba8e91d40e8454e2e3be81c..1514da9336e3a769722cac1ca9e0f84b64d17552 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>_15388+_153891+_139341+2>41+2>_153891+2>31+2>31+2>4ba"
+        "1+21+31+2>_15785+_157861+_142871+2>41+2>_157861+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>_16835+_168361+_153811+2>41+2>_168361+2>31+2>31+2>4ba"
+        "1+21+31+2>_17278+_172791+_157801+2>41+2>_172791+2>31+2>31+2>4ba"
     );
 }