summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAkim Demaille <akim@lrde.epita.fr>2012-12-12 12:38:28 +0100
committerAkim Demaille <akim@lrde.epita.fr>2012-12-12 12:38:28 +0100
commitbb990d38090ac6ccb74c4b6a82fb9d9d7aa157db (patch)
treed6b258d99b49169198b2a36592da05ff227e1eef
parent1127a75a72dd15611a11c372222a629e89cfb832 (diff)
downloadbison-bb990d38090ac6ccb74c4b6a82fb9d9d7aa157db.tar.gz
tests: C90 compliance
* tests/synclines.at: here.
-rw-r--r--tests/synclines.at2
1 files changed, 1 insertions, 1 deletions
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])