Skip to content

Commit

Permalink
close #1054
Browse files Browse the repository at this point in the history
  • Loading branch information
pron committed Apr 20, 2014
1 parent 9ae36cf commit f5d8f21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rxjava-contrib/rxjava-quasar/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,11 @@ jar {
}

tasks.withType(Test) {
// systemProperty 'co.paralleluniverse.fibers.verifyInstrumentation', 'true'
jvmArgs "-javaagent:${configurations.quasar.iterator().next()}" // =vdmc (verbose, debug, allow monitors, check class)
}

tasks.withType(JavaExec) {
// systemProperty 'co.paralleluniverse.fibers.verifyInstrumentation', 'true'
jvmArgs "-javaagent:${configurations.quasar.iterator().next()}" // =vdmc (verbose, debug, allow monitors, check class)
}
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
rx.Observable.subscribe
rx.Observable$2.call

0 comments on commit f5d8f21

Please sign in to comment.