mirror of https://github.com/sbt/sbt.git
[2.x] test: Add more ClassLoaderLayeringStrategy.Raw test (#9163)
This commit is contained in:
parent
71a5ad6448
commit
0af7c2f4a6
|
|
@ -5,4 +5,7 @@ import munit.*
|
|||
class ATest extends FunSuite:
|
||||
test("sum"):
|
||||
assert(1 + 1 == 2)
|
||||
|
||||
test("classpath"):
|
||||
assert(scala.util.Properties.javaClassPath.contains("munit"))
|
||||
end ATest
|
||||
|
|
|
|||
Loading…
Reference in New Issue