Skip to content
Snippets Groups Projects
Commit 47b2e85b authored by Manos Koukoutos's avatar Manos Koukoutos
Browse files

RepairSuite should pick only .scala files

parent 70fa92df
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ class RepairSuite extends LeonTestSuite { ...@@ -21,7 +21,7 @@ class RepairSuite extends LeonTestSuite {
"MergeSort2.scala" -> "merge" "MergeSort2.scala" -> "merge"
) )
for (file <- filesInResourceDir("regression/repair/")) { for (file <- filesInResourceDir("regression/repair/", _.endsWith(".scala"))) {
val path = file.getAbsoluteFile.toString val path = file.getAbsoluteFile.toString
val name = file.getName val name = file.getName
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment