roc.at: Remove comma terminating test keywords.
authorJohn Darrington <john@darrington.wattle.id.au>
Tue, 21 May 2019 05:50:48 +0000 (07:50 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Tue, 21 May 2019 05:50:48 +0000 (07:50 +0200)
This was confusing me when trying to run all the ROC tests.

tests/language/stats/roc.at

index 5725557c234c8371b3a2ac69238b913404b82228..a74059b45d31e444f9e60f41a51c69ef44e6fe89 100644 (file)
@@ -16,7 +16,7 @@ dnl along with this program.  If not, see <http://www.gnu.org/licenses/>.
 dnl
 AT_BANNER([ROC])
 
 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 *.
 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_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 *.
 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_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).
 AT_DATA([roc.sps], [dnl
 set format F10.3.
 data list notable list /x * a * comment (a20).