From a1d7135f1349735569016adcb3e185be58c44042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 3 Apr 2023 10:27:29 +0200 Subject: Fix core-app-yrl-header test for OTP-26 --- test/core_app.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/core_app.mk b/test/core_app.mk index 643c58c..4fce9e8 100644 --- a/test/core_app.mk +++ b/test/core_app.mk @@ -1699,6 +1699,8 @@ 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])." >> $(APP)/include/yecc_header.hrl + $t echo "-export([yeccerror/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. -- cgit v1.2.3