Skip to content

Commit c78267d

Browse files
author
Amirouche
committed
check: reverse the order of tests
1 parent b7806ab commit c78267d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

srfi/run-r7rs-checks.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#t)))
3939

4040
(if (null? (cddr (command-line)))
41-
(let loop ((symbols (reverse (filename->library-exports filename)))
41+
(let loop ((symbols (filename->library-exports filename))
4242
(errors? #f))
4343
(if (null? symbols)
4444
(exit (if errors? 1 0))

0 commit comments

Comments
 (0)