]> Repositorios git - scryer-prolog.git/commitdiff
rename issue841-occure-check.pl to issue841-occurs-check.pl
authorMark Thom <[email protected]>
Fri, 19 Mar 2021 22:35:50 +0000 (16:35 -0600)
committerMark Thom <[email protected]>
Sat, 20 Mar 2021 03:39:28 +0000 (21:39 -0600)
tests-pl/issue841-occurs-check.pl [moved from tests-pl/issue841-occure-check.pl with 100% similarity]
tests/scryer/issues.rs

index 857d8e82558105cfeb2d1f2c5caad8aa3aeb2172..72f671942c31afdd1a1f647cf28a9e5411d32932 100644 (file)
@@ -71,7 +71,7 @@ fn handle_residual_goal() {
 #[test]
 fn occurs_check_flag() {
     run_top_level_test_with_args(
-        &["tests-pl/issue841-occure-check.pl"],
+        &["tests-pl/issue841-occurs-check.pl"],
         "\
             f(X, X).\n\
             ",