Skip to content

Commit 4720925

Browse files
committed
Add test for egg-dependencies with a non-egg as argument
1 parent 8fef297 commit 4720925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run.scm

+1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252

5353
(test '() (egg-dependencies 'slice log))
5454
(test '() (egg-dependencies 'ansi-escape-sequences log))
55+
(test-error (egg-dependencies 'srfi-13))
5556

5657
(test "BSD" (egg-license 'slice log))
5758
(test "BSD" (egg-license 'ansi-escape-sequences log))

0 commit comments

Comments
 (0)