Skip to content

Commit

Permalink
test(SourcePositionTest): don't save temporary files in ./src (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus authored and nharrand committed May 11, 2019
1 parent eaf0c42 commit 7da741d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ private static void saveFactory(Factory factory, File file) throws IOException {

@Test
public void testSourcePosition() throws IOException {
File modelFile = new File("./src/test/resources/serialization/model");
File modelFile = new File("./target/SourcePositionTest-model");
Launcher launcher = new Launcher();
launcher.addInputResource("./src/test/resources/serialization/SomeClass.java");
launcher.buildModel();
Expand Down

0 comments on commit 7da741d

Please sign in to comment.