tests: fix incorrect test case
commit024f00fd112d4728844920a75c05022ea8077c60
authorAkim Demaille <akim.demaille@gmail.com>
Thu, 12 Aug 2021 08:07:58 +0000 (12 10:07 +0200)
committerAkim Demaille <akim.demaille@gmail.com>
Thu, 12 Aug 2021 08:13:38 +0000 (12 10:13 +0200)
tree32018ac72f9ad6b7e230e634c00be6b70a71a27a
parent0af06e091bb6bfe4a6a2618a457d51e3622e3713
tests: fix incorrect test case

In c2ba260487927a4cdf061fae10fdd1b387ca3d95 ("glr.c: fix signature
when using custom error messages"), I meant to add a test case for C,
not C++.  It does not work in C++.

* tests/calc.at: Run for glr.c, not glr.cc.
tests/calc.at