Skip to content

Commit 69a6134

Browse files
committed
Move to scala.testing
1 parent 77e3e42 commit 69a6134

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library/src-bootstrapped/scala/test/typeChecks.scala renamed to library/src-bootstrapped/scala/testing/typeChecks.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package scala.test
1+
package scala.testing
22

33
import scala.quoted._
44
import scala.tasty.Reflection

tests/run-with-compiler/scala-tests-typeChecks.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import scala.test._
1+
import scala.testing._
22

33
object Test {
44

0 commit comments

Comments
 (0)