mirror of https://github.com/sbt/sbt.git
Try another VirtualFile name
This commit is contained in:
parent
8a2083cb03
commit
744a8a076d
|
|
@ -11,7 +11,7 @@ lazy val root = (project in file("."))
|
||||||
.settings(
|
.settings(
|
||||||
extraAppenders := { s => Seq(ConsoleAppender(FakePrintWriter)) },
|
extraAppenders := { s => Seq(ConsoleAppender(FakePrintWriter)) },
|
||||||
Compile / compile / compileOptions ~= { old: CompileOptions =>
|
Compile / compile / compileOptions ~= { old: CompileOptions =>
|
||||||
old.withSources(StringVirtualFile("<>::A.scala",
|
old.withSources(StringVirtualFile("/tmp/A.scala",
|
||||||
"""object X""") +: old.sources) },
|
"""object X""") +: old.sources) },
|
||||||
assertEmptySourcePositionMappers := {
|
assertEmptySourcePositionMappers := {
|
||||||
assert {
|
assert {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue