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.
2 parents a8c2e4e + 850a60b commit 8770e2dCopy full SHA for 8770e2d
examples/SimpleTest.test.scala
@@ -1,10 +1,12 @@
1
//> using toolkit "latest"
2
+//> using dep "org.scala-lang::toolkit-test:latest.stable"
3
+// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TODO: remove when scala-cli supports toolkit-test
4
5
class MathSuite extends munit.FunSuite {
6
test("addition") {
7
assert(1 + 1 == 2)
8
}
-
9
+
10
test("read a missing file") {
11
val missingFile = os.pwd / "missing.txt"
12
intercept[java.nio.file.NoSuchFileException] {
0 commit comments