aboutsummaryrefslogtreecommitdiff
path: root/org.jacoco.core.test/src/org/jacoco/core/runtime
diff options
context:
space:
mode:
authorjochenberger <fooberger@gmail.com>2015-11-12 12:34:46 +0100
committerjochenberger <fooberger@gmail.com>2015-11-12 12:34:46 +0100
commite203f242b722379576a3f61458e0e0231eb8757d (patch)
tree6b9e08e0388278b769a88c725a64ead1e1b1152c /org.jacoco.core.test/src/org/jacoco/core/runtime
parent310ceffbcc17605116409cec60a67a2dc3de65b4 (diff)
downloadjacoco-e203f242b722379576a3f61458e0e0231eb8757d.tar.gz
Fix test
Diffstat (limited to 'org.jacoco.core.test/src/org/jacoco/core/runtime')
-rw-r--r--org.jacoco.core.test/src/org/jacoco/core/runtime/AgentOptionsTest.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.jacoco.core.test/src/org/jacoco/core/runtime/AgentOptionsTest.java b/org.jacoco.core.test/src/org/jacoco/core/runtime/AgentOptionsTest.java
index 75d36f37..f43d6f28 100644
--- a/org.jacoco.core.test/src/org/jacoco/core/runtime/AgentOptionsTest.java
+++ b/org.jacoco.core.test/src/org/jacoco/core/runtime/AgentOptionsTest.java
@@ -438,8 +438,6 @@ public class AgentOptionsTest {
@Test // issue #358
public void testDestFileWithComma() {
- AgentOptions options = new AgentOptions();
-
AgentOptions options = new AgentOptions("destfile=build/jacoco/foo, bar.exec");
assertEquals("build/jacoco/foo, bar.exec", options.getDestfile());
}