aboutsummaryrefslogtreecommitdiff
path: root/testrunner.scm
diff options
context:
space:
mode:
Diffstat (limited to 'testrunner.scm')
-rwxr-xr-xtestrunner.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner.scm b/testrunner.scm
index 3b73ea0d..fbab2585 100755
--- a/testrunner.scm
+++ b/testrunner.scm
@@ -46,7 +46,7 @@ exec "$GUILE" --debug --no-auto-compile -e main -s "$0" "$@"
(list
;; All definitions are ignored, since they quite often are missed
;; (and don't really "run")
- "\\(define(-(\\w|-)+[*]?)?\\s"
+ "\\(define(-(\\w|-)+)?[*]?\\s"
"read-hash-extend"
"; NOCOV[^\"]*$"))