]> Repositorios git - scryer-prolog.git/commitdiff
fix expected output for syntax_error test
authorSkgland <[email protected]>
Thu, 11 Mar 2021 16:01:26 +0000 (17:01 +0100)
committerSkgland <[email protected]>
Thu, 11 Mar 2021 16:01:26 +0000 (17:01 +0100)
tests/scryer/src_tests.rs

index 39538d818ff3d10a5805fbfede4c37667518d3b0..63d69ddf6a28a6c3fa098a41b1e41bb4452218a5 100644 (file)
@@ -24,7 +24,7 @@ fn hello_world() {
 fn syntax_error() {
     load_module_test(
         "tests-pl/syntax_error.pl",
-        "caught: error(syntax_error(incomplete_reduction),read_term/3:5)\n",
+        "caught: error(syntax_error(incomplete_reduction),read_term/3:6)\n",
     );
 }