diff options
| author | Jim Lawson | 2015-08-13 13:13:37 -0700 |
|---|---|---|
| committer | Jim Lawson | 2015-08-13 13:13:37 -0700 |
| commit | 29132b9eddb12a6cbd0391be8c1fd6ee5b02838c (patch) | |
| tree | 9228b273a99f3452a34157ca125fc8abd04147d8 /src/test/scala/ChiselTests/ChiselSpec.scala | |
| parent | 0b4dc5457433659e52a8c36f043435762be94309 (diff) | |
rename package (lowercase)
Diffstat (limited to 'src/test/scala/ChiselTests/ChiselSpec.scala')
| -rw-r--r-- | src/test/scala/ChiselTests/ChiselSpec.scala | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/test/scala/ChiselTests/ChiselSpec.scala b/src/test/scala/ChiselTests/ChiselSpec.scala deleted file mode 100644 index 25ccf947..00000000 --- a/src/test/scala/ChiselTests/ChiselSpec.scala +++ /dev/null @@ -1,12 +0,0 @@ -package Chisel -import org.scalatest._ -import org.scalatest.prop._ -import org.scalacheck._ - -class ChiselSpec extends FlatSpec with PropertyChecks { - - val safeUIntWidth = Gen.choose(1, 31) - val safeUInts = Gen.choose(0, (1 << 30)) - -} - |
