summaryrefslogtreecommitdiff
path: root/tests/yacc-basic.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yacc-basic.test')
-rwxr-xr-xtests/yacc-basic.test3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/yacc-basic.test b/tests/yacc-basic.test
index cc2840148..845a8619a 100755
--- a/tests/yacc-basic.test
+++ b/tests/yacc-basic.test
@@ -14,7 +14,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-# Basic semantic checks on Yacc support.
+# Basic semantic checks on Yacc support (without yacc-generated headers).
+# Keep in sync with sister test `yacc-cxx.test'.
required=yacc
. ./defs || Exit 1