Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Fix missing Scaladoc parenthesis #92

Merged
merged 1 commit into from
Dec 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/scala/chisel3/tester/ChiselScalatestTester.scala
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ trait ChiselScalatestTester extends Assertions with TestSuiteMixin with TestEnvI
*
* For example:
* {{{
* test(new TestModule).withAnnotations(Seq(WriteVcdAnnotation) { c =>
* test(new TestModule).withAnnotations(Seq(WriteVcdAnnotation)) { c =>
* // body of the unit test
* }
* }}}
Expand Down