From 5fd2e37e46c78f52abe894093014bca3a738187e Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Thu, 20 Aug 2020 08:51:46 -0400 Subject: [PATCH] tests/suite.at: m4_include acerlang.at. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This corrects a long-standing oversight; the “blind” tests for the Erlang macros have never actually gotten run. --- tests/suite.at | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/suite.at b/tests/suite.at index c9b60132..a068d6e0 100644 --- a/tests/suite.at +++ b/tests/suite.at @@ -52,6 +52,7 @@ m4_include([acc.at]) m4_include([fortran.at]) m4_include([acfortran.at]) m4_include([erlang.at]) +m4_include([acerlang.at]) m4_include([go.at]) m4_include([acgo.at]) -- 2.47.2