X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Foutput%2Fascii.at;h=07b440efb591d797194f732666b952f2a23185d1;hb=d97b45134c672a8daf9cede78bd844484dcdaaeb;hp=df1263eb012b761daf611394b3766d8070677913;hpb=5d8fa2ae8c6e7d890570585aedec66bd51630814;p=pspp diff --git a/tests/output/ascii.at b/tests/output/ascii.at index df1263eb01..07b440efb5 100644 --- a/tests/output/ascii.at +++ b/tests/output/ascii.at @@ -555,7 +555,7 @@ REGRESSION /DEPENDENT= x y /STATISTICS=COEFF R ANOVA. ]) -AT_CHECK([pspp ascii.sps], [1], [dnl +AT_CHECK([pspp ascii.sps], [0], [dnl SET PRINTBACK=ON. DATA LIST LIST /x * y * a (a23). @@ -577,9 +577,12 @@ END DATA. REGRESSION /VARIABLES= a + +ascii.sps:11: warning: REGRESSION: a is not a numeric variable. It will not be +included in the variable list. + /DEPENDENT= x y /STATISTICS=COEFF R ANOVA. - -ascii.sps:12: error: REGRESSION: REGRESSION requires numeric variables. ]) + AT_CLEANUP