X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flanguage%2Fcontrol%2Fdefine.at;h=b3896b1aca4bc4027d1a1d82aa1ab4c61347989e;hb=b8f7ae6610f04de0b4325a905cc69beb65bad2ab;hp=e528509b1e8bfe344aa0dc9a4ff6f933faa39ec4;hpb=72c9c6a2f92e94779b2e55d0726568090411871c;p=pspp diff --git a/tests/language/control/define.at b/tests/language/control/define.at index e528509b1e..b3896b1aca 100644 --- a/tests/language/control/define.at +++ b/tests/language/control/define.at @@ -1790,8 +1790,10 @@ x'123' !ENDDEFINE. ]) AT_CHECK([pspp define.sps], [1], [dnl -define.sps:3: error: DEFINE: String of hex digits has 3 characters, which is -not a multiple of 2. +define.sps:2.1-2.6: error: DEFINE: String of hex digits has 3 characters, which +is not a multiple of 2. + 2 | x'123' + | ^~~~~~ ]) AT_CLEANUP