We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f48c39 commit 3a77dd7Copy full SHA for 3a77dd7
compiler/test/dotty/tools/dotc/profile/TraceNameManglingTest.scala
@@ -46,7 +46,7 @@ class TraceNameManglingTest extends DottyTest {
46
raw"setter /\\_="
47
).map(TraceEvent("typecheck", _))
48
++ Set(
49
- TraceEvent("file", if isWindows then "/.scala" else "\\\\.scala")
+ TraceEvent("file", if isWindows then ".scala" else "\\\\.scala")
50
)
51
52
}
0 commit comments