From f5fe81006bfabfce76046a0d517f49d86aeb02c3 Mon Sep 17 00:00:00 2001 From: John Darrington Date: Tue, 21 May 2019 07:50:48 +0200 Subject: [PATCH] roc.at: Remove comma terminating test keywords. This was confusing me when trying to run all the ROC tests. --- tests/language/stats/roc.at | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/language/stats/roc.at b/tests/language/stats/roc.at index 5725557c23..a74059b45d 100644 --- a/tests/language/stats/roc.at +++ b/tests/language/stats/roc.at @@ -16,7 +16,7 @@ dnl along with this program. If not, see . dnl AT_BANNER([ROC]) -AT_SETUP([ROC, free distribution]) +AT_SETUP([ROC free distribution]) AT_DATA([roc.sps], [dnl set format F10.3. data list notable list /x * y * w * a *. @@ -67,7 +67,7 @@ x,.000,1.000,1.000 ]) AT_CLEANUP -AT_SETUP([ROC, negative exponential distribution]) +AT_SETUP([ROC negative exponential distribution]) AT_DATA([roc.sps], [dnl set format F10.3. data list notable list /x * y * w * a *. @@ -126,7 +126,7 @@ y,.000,1.000,1.000 ]) AT_CLEANUP -AT_SETUP([ROC, with anomaly]) +AT_SETUP([ROC with anomaly]) AT_DATA([roc.sps], [dnl set format F10.3. data list notable list /x * a * comment (a20). -- 2.30.2