From 744a8a076dc4e00cbd4daad05840aaa02df2f1f5 Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Sat, 6 Mar 2021 18:27:49 -0500 Subject: [PATCH] Try another VirtualFile name --- sbt/src/sbt-test/reporter/source-mapper/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbt/src/sbt-test/reporter/source-mapper/build.sbt b/sbt/src/sbt-test/reporter/source-mapper/build.sbt index bfd87979b..3822f71bd 100644 --- a/sbt/src/sbt-test/reporter/source-mapper/build.sbt +++ b/sbt/src/sbt-test/reporter/source-mapper/build.sbt @@ -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 {