Use constraints more widely in matrix functions.
[pspp] / tests / language / stats / matrix.at
index bd81cd7ec99cc5dae31ce8614f7fe1eb4e716e22..07fd8fa3c61b8946d34fa76b9e81b1f907994e97 100644 (file)
@@ -1841,7 +1841,8 @@ number of rows, but the first argument has dimensions 2×2 and the second 1×2.
 SQRT({0, 1, 2, 3, 4, 9, 81})
    .00  1.00  1.41  1.73  2.00  3.00  9.00
 
-matrix.sps:13: error: MATRIX: Argument to SQRT must be nonnegative.
+error: Argument 1 to matrix function SQRT has invalid value -1.  This argument
+must be greater than or equal to 0.
 ])
 AT_CLEANUP