-
Notifications
You must be signed in to change notification settings - Fork 131
Commit d900166
committed
Test locally built scala parser-combinators classes.
Somehow, the scala-parser-combinators classes used to run tests were
not the local ones, even though there is no dependency on scala-compiler
nor on anything that depends on scala-parser-combinators.
After some head-scratching, I discovered scala/scala-xml#20. Now I am even
more confused, but at least `fork in Test := true` does prevent this
evil classloader magic.1 parent b8dbefc commit d900166
1 file changed
+3
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | + | ||
17 | + | ||
18 | + | ||
16 | 19 |
| |
17 | 20 |
| |
18 | 21 |
|
0 commit comments