aboutsummaryrefslogtreecommitdiff
path: root/tests/run-tests.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-07-30 20:32:41 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-07-30 20:32:41 +0200
commitc46d3b74baf50b23a69683c996d810e1d7639eef (patch)
tree2fd9b474a7c3b3ed1da2347af9a4be6880b85d7c /tests/run-tests.scm
parentImprove terminal input. (diff)
downloadcalp-c46d3b74baf50b23a69683c996d810e1d7639eef.tar.gz
calp-c46d3b74baf50b23a69683c996d810e1d7639eef.tar.xz
Resolve TODO's in test dir.
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")