Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Aug 29, 2024
1 parent ca88936 commit b2659b9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions main/resolve/test/src/mill/main/ResolveTests.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,17 @@ object ResolveTests extends TestSuite {
Resolve.Tasks.resolve0(
Seq(module),
selectorStrings,
SelectMode.Separated
SelectMode.Separated,
false
)
}

def resolveMetadata(selectorStrings: Seq[String]) = {
Resolve.Segments.resolve0(
Seq(module),
selectorStrings,
SelectMode.Separated
SelectMode.Separated,
false
).map(_.map(_.render))
}
}
Expand Down

0 comments on commit b2659b9

Please sign in to comment.