X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fdictionary%2Fsplit-file.at;h=2ea856593f25618e8e2fc3641484a747965241b7;hb=0499030ee8e638a481e6cb8d91646b7a88292da7;hp=aec4b7449f02fb350d1d8c288d8eb0b833607ef7;hpb=0a37f63dddea0f5f41b4a7f0d57eb226284a543f;p=pspp diff --git a/tests/language/dictionary/split-file.at b/tests/language/dictionary/split-file.at index aec4b7449f..2ea856593f 100644 --- a/tests/language/dictionary/split-file.at +++ b/tests/language/dictionary/split-file.at @@ -139,7 +139,9 @@ DATA LIST LIST NOTABLE /V1 TO V9. SPLIT FILE BY V1 TO V9. ]) AT_CHECK([pspp split-file.sps], [1], [dnl -split-file.sps:2: error: SPLIT FILE: At most 8 split variables may be +split-file.sps:2.15-2.22: error: SPLIT FILE: At most 8 split variables may be specified. + 2 | SPLIT FILE BY V1 TO V9. + | ^~~~~~~~ ]) AT_CLEANUP