[2.x] test: Add more ClassLoaderLayeringStrategy.Raw test (#9163)

This commit is contained in:
kenji yoshida 2026-05-01 13:33:09 +09:00 committed by GitHub
parent 71a5ad6448
commit 0af7c2f4a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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