We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef325d3 commit 70c114bCopy full SHA for 70c114b
src/main/scala/chisel3/testing/scalatest/HasConfigMap.scala
@@ -12,7 +12,7 @@ import scala.util.DynamicVariable
12
*
13
* For example, you can invoke Scalatest passing the `foo=bar` option like so:
14
* {{{
15
- * ./mill 'chisel[2.13.16].test.testOnly' 'fooTest' -Dfoo=bar
+ * ./mill 'chisel[2.13.16].test.testOnly' fooTest -Dfoo=bar
16
* }}}
17
18
* Inside your test, if the `configMap` member function is accessed this will
0 commit comments