diff options
Diffstat (limited to 'tests/hash.scm')
-rw-r--r-- | tests/hash.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/hash.scm b/tests/hash.scm index 9bcd69440b..8039549971 100644 --- a/tests/hash.scm +++ b/tests/hash.scm @@ -126,6 +126,3 @@ In Guile <= 2.0.9, CBIPs were always fully buffered, so the (list hello hash world)))) (test-end) - - -(exit (= (test-runner-fail-count (test-runner-current)) 0)) |