aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests.scm')
-rwxr-xr-xtests/run-tests.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.scm b/tests/run-tests.scm
index d2b86828..7eb0bb73 100755
--- a/tests/run-tests.scm
+++ b/tests/run-tests.scm
@@ -56,7 +56,7 @@
(for skip in to-skip
(test-skip skip)))
-;; TODO test-group fails if called before any test begin, since
+;; NOTE test-group fails if called before any test begin, since
;; (test-runner-current) needs to be a test-runner (dead or not),
;; but is initially bound to #f.
(test-begin "tests")