summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3build/regression-test.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3build/regression-test.tex')
-rw-r--r--Master/texmf-dist/tex/latex/l3build/regression-test.tex6
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/l3build/regression-test.tex b/Master/texmf-dist/tex/latex/l3build/regression-test.tex
index 6654067138f..acebab12439 100644
--- a/Master/texmf-dist/tex/latex/l3build/regression-test.tex
+++ b/Master/texmf-dist/tex/latex/l3build/regression-test.tex
@@ -116,7 +116,11 @@
\fi
\LONGTYPEOUT{END-TEST-LOG}\@@@end
}
-\let\@@end\END
+\ifx\@@end\@undefined
+ \let\end\END
+\else
+ \let\@@end\END
+\fi
\def\FORMAT#1{\LONGTYPEOUT{Format: #1}%
\def\@tempa{#1}\ifx\@tempa\@EJ\else
\OMIT\TYPE{WARNING: Declared format #1,^^JActual format \@EJ}\TIMO\fi}