* tests/synclines.at: here. --- tests/synclines.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/synclines.at b/tests/synclines.at index 2fc74fe..6b84719 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]) -- 1.8.0.1
