X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d4dcde2b75d38e8098c5df8d1b61479b389f2c12..42bcf1ce4440f84e0f308156664d7db833378980:/tests/synclines.at diff --git a/tests/synclines.at b/tests/synclines.at index 2fc74fe0..6b847195 100644 --- a/tests/synclines.at +++ b/tests/synclines.at @@ -127,7 +127,7 @@ AT_BISON_OPTION_PUSHDEFS AT_DATA([syncline.c], [[#error "1" -int i; // avoids -pedantic warning about an empty translation unit +int i; /* avoids -pedantic warning about an empty translation unit. */ ]]) AT_SYNCLINES_COMPILE([syncline.c])