X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=tests%2Flanguage%2Fcontrol%2Fdo-repeat.at;h=22ffaa90a5f5c2c5ccd75f6f9096855e30ed2c92;hb=9d7dba3ef2fc054738fe031224cdc3995df4a9ab;hp=b40f7cf541259400c45952df4521bfedb8212555;hpb=72c9c6a2f92e94779b2e55d0726568090411871c;p=pspp diff --git a/tests/language/control/do-repeat.at b/tests/language/control/do-repeat.at index b40f7cf541..22ffaa90a5 100644 --- a/tests/language/control/do-repeat.at +++ b/tests/language/control/do-repeat.at @@ -94,10 +94,14 @@ END REPEAT. LIST. ]) AT_CHECK([pspp -o pspp.csv do-repeat.sps], [0], [dnl -do-repeat.sps:8: warning: DO REPEAT: Dummy variable name `x' hides dictionary variable `x'. +do-repeat.sps:8.11: warning: DO REPEAT: Dummy variable name `x' hides dictionary variable `x'. + 8 | DO REPEAT x = 1 2 3. + | ^ ]) AT_CHECK([cat pspp.csv], [0], [dnl -do-repeat.sps:8: warning: DO REPEAT: Dummy variable name `x' hides dictionary variable `x'. +"do-repeat.sps:8.11: warning: DO REPEAT: Dummy variable name `x' hides dictionary variable `x'. + 8 | DO REPEAT x = 1 2 3. + | ^" Table: Data List x,y