summaryrefslogtreecommitdiffstats
path: root/t/srs.t
diff options
context:
space:
mode:
Diffstat (limited to 't/srs.t')
-rw-r--r--t/srs.t2
1 files changed, 0 insertions, 2 deletions
diff --git a/t/srs.t b/t/srs.t
index 9b225d4..a1c8104 100644
--- a/t/srs.t
+++ b/t/srs.t
@@ -108,6 +108,4 @@ throws_ok { srs_reverse($broken) } qr/Invalid hash/, 'Reverse with legacy chars'
config_set('srsalt_fallback', 1);
is(srs_reverse($broken), 'nk@example.com', 'Reverse with legacy chars');
-done_testing;
-
# vim: set et ts=4: