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 de4d41d commit d26d87fCopy full SHA for d26d87f
compiler/test/dotty/tools/dotc/profile/TraceNameManglingTest.scala
@@ -27,7 +27,7 @@ class TraceNameManglingTest extends DottyTest {
27
}
28
29
@Test def escapeBackslashes(): Unit = {
30
- val isWindows = sys.props("os.name").toLowerCase(Locale.ROOT).contains("windows")
+ val isWindows = sys.props("os.name").toLowerCase(Locale.ROOT).nn.contains("windows")
31
val filename = if isWindows then "/.scala" else "\\.scala"
32
checkTraceEvents(
33
"""
0 commit comments