Skip to content

Commit 70c114b

Browse files
committed
fixup! [testing] Add HasConfigMap Scalatest trait
1 parent ef325d3 commit 70c114b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/chisel3/testing/scalatest/HasConfigMap.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import scala.util.DynamicVariable
1212
*
1313
* For example, you can invoke Scalatest passing the `foo=bar` option like so:
1414
* {{{
15-
* ./mill 'chisel[2.13.16].test.testOnly' 'fooTest' -Dfoo=bar
15+
* ./mill 'chisel[2.13.16].test.testOnly' fooTest -Dfoo=bar
1616
* }}}
1717
*
1818
* Inside your test, if the `configMap` member function is accessed this will

0 commit comments

Comments
 (0)