Skip to content

Commit 3a77dd7

Browse files
committed
Fix expected name of output filename on Windows in TraceNameManglingTest
1 parent 6f48c39 commit 3a77dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/test/dotty/tools/dotc/profile/TraceNameManglingTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class TraceNameManglingTest extends DottyTest {
4646
raw"setter /\\_="
4747
).map(TraceEvent("typecheck", _))
4848
++ Set(
49-
TraceEvent("file", if isWindows then "/.scala" else "\\\\.scala")
49+
TraceEvent("file", if isWindows then ".scala" else "\\\\.scala")
5050
)
5151
)
5252
}

0 commit comments

Comments
 (0)