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.
1 parent ea6353b commit 8ff7f89Copy full SHA for 8ff7f89
library/src/scala/tasty/util/ShowSourceCode.scala
@@ -8,7 +8,6 @@ class ShowSourceCode[T <: Tasty with Singleton](tasty0: T) extends Show[T](tasty
8
9
private[this] val color: Boolean = {
10
import tasty.rootContext
11
- assert(!color) // TODO remove me, testing that tests do not use color
12
tasty.settings.color
13
}
14
0 commit comments