From 84271837f686cc9bdf2d7483d4493f26b52d133d Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Tue, 31 Jul 2012 11:14:23 +0200 Subject: [PATCH] tests: comment changes * tests/actions.at, tests/input.at: here. --- tests/actions.at | 2 +- tests/input.at | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/actions.at b/tests/actions.at index 8531bbc6..16711ddd 100644 --- a/tests/actions.at +++ b/tests/actions.at @@ -1277,7 +1277,7 @@ AT_BISON_OPTION_PUSHDEFS([%skeleton "$1"]) AT_DATA_GRAMMAR([[input.y]], [[%skeleton "$1" -%defines // FIXME: Mandated by lalr1.cc in Bison 2.6. +%defines // FIXME: Mandated by glr.cc. %debug %code requires { diff --git a/tests/input.at b/tests/input.at index d6f2084a..3d3cf98e 100644 --- a/tests/input.at +++ b/tests/input.at @@ -376,7 +376,7 @@ AT_TEST([[%type exp exp: a;]], [[input.y:3.13-14: warning: useless %printer for type <> [-Wother]]]) -# If nobody is is typed, <*> is useless. +# If nobody is typed, <*> is useless. AT_TEST([[%token a %printer {} <> <*> %% -- 2.50.0