Skip to content

Commit

Permalink
Unmark :post-preview compile tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlen Cuss committed Jul 6, 2012
1 parent e39397c commit 710849c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/leiningen/test/compile.clj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
`(reset! eip-check true))
(is @eip-check))

(deftest ^:post-preview test-cleared-transitive-aot
(deftest test-cleared-transitive-aot
(compile (assoc sample-project :clean-non-project-classes true))
(eval/eval-in-project sample-project '(require 'nom.nom.nom))
(let [classes (seq (.list (file "test_projects" "sample" "target"
Expand All @@ -52,7 +52,7 @@
(is (not (.exists (file "test_projects" "sample" "target"
"classes" "sample2" "alt.class")))))

(deftest ^:post-preview test-cleared-transitive-aot-by-regexes
(deftest test-cleared-transitive-aot-by-regexes
(compile (assoc sample-project :clean-non-project-classes [#"core"]))
(let [classes (seq (.list (file "test_projects" "sample" "target"
"classes" "nom" "nom")))]
Expand Down

0 comments on commit 710849c

Please sign in to comment.