Skip to content

Commit

Permalink
Probably fixes INRIA#706 by enabling parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
monperrus committed Sep 21, 2016
1 parent 306db30 commit 5fbfca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ protected void generateProcessedSourceFilesUsingCUs() {

// this function is used to hack the JDT compiler...
protected File createTmpJavaFile(File folder) {
File f = new File(folder, "Tmp.java");
f = File.createTempFile("Tmp", ".java", folder);
if (f.exists()) {
return f;
}
Expand Down

0 comments on commit 5fbfca8

Please sign in to comment.