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(
|
||||
extraAppenders := { s => Seq(ConsoleAppender(FakePrintWriter)) },
|
||||
Compile / compile / compileOptions ~= { old: CompileOptions =>
|
||||
old.withSources(StringVirtualFile("<>::A.scala",
|
||||
old.withSources(StringVirtualFile("/tmp/A.scala",
|
||||
"""object X""") +: old.sources) },
|
||||
assertEmptySourcePositionMappers := {
|
||||
assert {
|
||||
|
|
|
|||
Loading…
Reference in New Issue