diff options
Diffstat (limited to 't/yacc-d-cxx.sh')
-rwxr-xr-x | t/yacc-d-cxx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/yacc-d-cxx.sh b/t/yacc-d-cxx.sh index f1ec2c376..d4c4af2e7 100755 --- a/t/yacc-d-cxx.sh +++ b/t/yacc-d-cxx.sh @@ -18,7 +18,7 @@ # (i.e., '-d' in *YFLAGS). # Keep in sync with sister test 'yacc-d-basic.test'. -required=yacc +required='c++ yacc' . ./defs || Exit 1 write_parse () |