lexer: Use error helper functions in more situations.
[pspp] / tests / language / stats / t-test.at
index ceda4c28a1988fc201eac27ffbeab2f15ec6d08f..d5b7aad3b205dbe4e04aa5f72c077dbc6798ec14 100644 (file)
@@ -626,9 +626,9 @@ T-TEST /testval=2.0 .
 T-TEST /groups=id(3) .
 ])
 AT_CHECK([pspp -O format=csv t-test.sps], [1], [dnl
-t-test.sps:11: error: T-TEST: One or more VARIABLES must be specified.
+t-test.sps:11: error: T-TEST: Required subcommand VARIABLES was not specified.
 
-t-test.sps:12: error: T-TEST: One or more VARIABLES must be specified.
+t-test.sps:12: error: T-TEST: Required subcommand VARIABLES was not specified.
 ])
 AT_CLEANUP