chisel-template icon indicating copy to clipboard operation
chisel-template copied to clipboard

The GCDSpec test class comment document and the class name are inconsistent

Open itviewer opened this issue 5 years ago • 0 comments

The GCDSpec test class comment document:

/**
  * This is a trivial example of how to run this Specification
  * From within sbt use:
  * {{{
  * testOnly gcd.GcdDecoupledTester
  * }}}
  * From a terminal shell use:
  * {{{
  * sbt 'testOnly gcd.GcdDecoupledTester'
  * }}}
  */

the class GCDSpec should be named GcdDecoupledTester or change the comment testOnly gcd.GcdDecoupledTester to testOnly gcd.GCDSpec

itviewer avatar Feb 04 '21 04:02 itviewer