Skip to content

Commit

Permalink
Fix coverage runs
Browse files Browse the repository at this point in the history
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=229393884
  • Loading branch information
ronshapiro committed Jan 16, 2019
1 parent 4612457 commit e6215df
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions javatests/dagger/internal/codegen/Compilers.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ final class Compilers {
static final ImmutableList<String> CLASS_PATH_WITHOUT_GUAVA_OPTION =
ImmutableList.of(
"-classpath",
Splitter.on(PATH_SEPARATOR.value())
.splitToList(JAVA_CLASS_PATH.value())
.stream()
Splitter.on(PATH_SEPARATOR.value()).splitToList(JAVA_CLASS_PATH.value()).stream()
.filter(jar -> !jar.contains(GUAVA))
.collect(joining(PATH_SEPARATOR.value())));

Expand Down

0 comments on commit e6215df

Please sign in to comment.