X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/d4dcde2b75d38e8098c5df8d1b61479b389f2c12..11aef5e95b890364474c49c7d4529de2bec3544e:/tests/synclines.at diff --git a/tests/synclines.at b/tests/synclines.at index 2fc74fe0..e1fb2571 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]) @@ -268,7 +268,7 @@ m4_popdef([AT_TEST]) ## ----------- ## m4_pushdef([AT_TEST], -[AT_SETUP([%no-lines]) +[AT_SETUP([%no-lines: $1]) AT_BISON_OPTION_PUSHDEFS([%skeleton "$1" %defines]) AT_DATA_GRAMMAR([input.y],