Use lex_error_expecting() in more places.
[pspp] / tests / language / control / do-if.at
index b12cdaa4fdf3f0d3072011a91ba55f1f7e76fa80..6281a0fd680b1c60f5148bf9f4e831a7cc83b4ea 100644 (file)
@@ -132,6 +132,6 @@ AT_CHECK([pspp -O format=csv do-if.sps], [1], [dnl
    20 | DO IF !.
       |       ^"
 
-error: DO IF: At end of input: Syntax error.
+error: DO IF: At end of input: Syntax error expecting END IF.
 ])
 AT_CLEANUP