diff --git a/Tests/Conformance/C2.7.1.8.CC b/Tests/Conformance/C2.7.1.8.CC index 0fd5498..a096f6d 100644 --- a/Tests/Conformance/C2.7.1.8.CC +++ b/Tests/Conformance/C2.7.1.8.CC @@ -30,12 +30,12 @@ int main (void) if ((a != 0x8000f150) || (b != 020000170520)) goto Fail; - /* Test octal digit string with 255 characters */ + /* Test octal digit string with 255 characters (including suffix) */ a = \ 000000000000000000000000000000000000000000000000000000000000000000000000000\ 000000000000000000000000000000000000000000000000000000000000000000000000000\ 000000000000000000000000000000000000000000000000000000000000000000000000000\ -000000000000000000000000000007uL; +0000000000000000000000000007uL; if (a != 7) goto Fail;