Skip to content

Commit

Permalink
Allow passing the filename as an argument
Browse files Browse the repository at this point in the history
  • Loading branch information
nb committed Apr 2, 2013
1 parent 1ffe8ef commit 2c36b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/02/sample_test.clj
@@ -1,6 +1,6 @@
(use 'clojure.test)

(load-file "solution.clj")
(load-file (get (vec *command-line-args*) 0 "solution.clj"))

(deftest sample-test
(testing "empty"
Expand Down

0 comments on commit 2c36b28

Please sign in to comment.