Skip to content

Commit

Permalink
... newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Jan 21, 2022
1 parent 992126e commit 56a5e6c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/spoon/test/module/TestModule.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import spoon.support.compiler.jdt.JDTBasedSpoonCompiler;
import spoon.support.compiler.jdt.JDTBatchCompiler;


import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
Expand All @@ -58,7 +57,6 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;


import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.jupiter.api.Assertions.assertEquals;
Expand Down Expand Up @@ -346,7 +344,6 @@ public void testSimpleModuleCanBeBuilt() {
assertNotNull(module);
}


@Test
@Disabled
public void testMultipleModulesAndParents() {
Expand Down

0 comments on commit 56a5e6c

Please sign in to comment.