update setup_call_cleanup tests

This commit is contained in:
Mark Thom
2022-02-06 21:46:06 -07:00
parent 9ba503cd6b
commit 33a6c81a07

View File

@@ -51,7 +51,7 @@ fn rules() {
fn setup_call_cleanup_load() { fn setup_call_cleanup_load() {
load_module_test( load_module_test(
"src/tests/setup_call_cleanup.pl", "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( run_top_level_test_with_args(
&["src/tests/setup_call_cleanup.pl", "-f", "-g", "halt"], &["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"
); );
} }