Skip to content

Commit

Permalink
Added arguments indicating whether soot has to be run.
Browse files Browse the repository at this point in the history
  • Loading branch information
cderoove committed Sep 27, 2012
1 parent f448ed6 commit b387a18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions EkekoAspectJ/test/test/damp/ekeko/aspectj.clj
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,10 @@

(deftest
test-suite
(against-project-named "AJ-LMP-Precedence" aspect-test )
(against-project-named "AJ-LMP-Pointcuts" concretization-test)
(against-project-named "AJ-LMP-ITD" intertypemethod-unused-test)
(against-project-named "AJ-LMP-Precedence" overriden-implicit-precedence-test))
(against-project-named "AJ-LMP-Precedence" false aspect-test )
(against-project-named "AJ-LMP-Pointcuts" false concretization-test)
(against-project-named "AJ-LMP-ITD" true intertypemethod-unused-test)
(against-project-named "AJ-LMP-Precedence" false overriden-implicit-precedence-test))

(defn
test-ns-hook
Expand Down

0 comments on commit b387a18

Please sign in to comment.