Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Commit

Permalink
Fixed symbol conflict.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpapp committed Oct 29, 2011
1 parent 0db2801 commit 9a866b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/package.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defpackage cl-random-tests
(:use cl alexandria iterate let-plus anaphora lift cl-random
cl-num-utils lla)
(:shadowing-import-from cl-random mean variance)
(:shadowing-import-from cl-random mean variance median)
(:export random-y-x run-cl-random-tests)
(:import-from cl-num-utils-tests vector* array*))

0 comments on commit 9a866b0

Please sign in to comment.