aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2022-05-30 18:37:49 +0200
committerLoïc Hoguin <[email protected]>2022-05-30 18:37:49 +0200
commit7937ac32096f872fe8680312402773822cbfbf93 (patch)
tree72508683509a096c1929df912186cc665b277a9b
parentf257d5557d8858edf6ed965bfd8cadc54f74dca7 (diff)
downloaderlang.mk-7937ac32096f872fe8680312402773822cbfbf93.tar.gz
erlang.mk-7937ac32096f872fe8680312402773822cbfbf93.tar.bz2
erlang.mk-7937ac32096f872fe8680312402773822cbfbf93.zip
Fix yecc test case failing with OTP-25.02022.05.31
-rw-r--r--test/core_app.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/core_app.mk b/test/core_app.mk
index effc598..643c58c 100644
--- a/test/core_app.mk
+++ b/test/core_app.mk
@@ -1699,7 +1699,6 @@ core-app-yrl-header: init
$t echo "-export([forty_two/0])." > $(APP)/include/yecc_header.hrl
# A bunch of gobbldygook we don't actually care about, they just
# need to exist so we don't get errors.
- $t echo "-export([yeccpars1/5, yeccerror/1, yeccpars2/7, yeccpars2_0/7, yeccpars2_1/7, yeccpars2_2/7, yeccpars2_3/7, yeccpars2_5/7, yeccpars2_6/7, yeccpars2_7/7, yeccpars2_9/7, yeccpars2_11/7, 'yeccgoto_\'E\''/7, 'yeccgoto_\'F\''/7, 'yeccgoto_\'T\''/7, yeccpars2_9_/1, yeccpars2_11_/1, yeccpars2_7_/1])." >> $(APP)/include/yecc_header.hrl
$t echo "yeccpars1(_,_,_,_,_) -> throw(not_implemented)." >> $(APP)/include/yecc_header.hrl
$t echo "yeccerror(_) -> throw(not_implemented)." >> $(APP)/include/yecc_header.hrl
# Required bits done, now part we'll actually test for.