diff options
Diffstat (limited to 'tests/ast.test')
-rw-r--r-- | tests/ast.test | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/ast.test b/tests/ast.test index 8b8db48..1110faf 100644 --- a/tests/ast.test +++ b/tests/ast.test @@ -1,6 +1,6 @@ ;;; Excercise the AST routines. -*- Scheme -*- ;;; -;;; Copyright (C) 2009, 2012 Ludovic Courtès <ludo@gnu.org> +;;; Copyright (C) 2009, 2012, 2021 Ludovic Courtès <ludo@gnu.org> ;;; ;;; This file is part of Skribilo. ;;; @@ -111,6 +111,3 @@ '("0" "1" "2")))) (test-end "ast") - - -(exit (= (test-runner-fail-count (test-runner-current)) 0)) |