summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/Harness.scala
diff options
context:
space:
mode:
authorducky2016-05-20 18:25:22 -0700
committerducky2016-06-08 16:22:27 -0700
commit65df106578e12e8bd71f9775e0435bbe107ee4da (patch)
treedc2953922d317907025985fefdb87a2e07cb04c8 /src/test/scala/chiselTests/Harness.scala
parentf36524e388b060b1bb535ae21cb1bcbbea220be9 (diff)
Rename Chisel -> chisel in tests
Diffstat (limited to 'src/test/scala/chiselTests/Harness.scala')
-rw-r--r--src/test/scala/chiselTests/Harness.scala5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/scala/chiselTests/Harness.scala b/src/test/scala/chiselTests/Harness.scala
index bc838766..805e2de9 100644
--- a/src/test/scala/chiselTests/Harness.scala
+++ b/src/test/scala/chiselTests/Harness.scala
@@ -1,13 +1,14 @@
// See LICENSE for license details.
package chiselTests
-import Chisel.testers.BasicTester
+
+import chisel.testers.BasicTester
import org.scalatest._
import org.scalatest.prop._
import java.io.File
class HarnessSpec extends ChiselPropSpec
- with Chisel.BackendCompilationUtilities {
+ with chisel.BackendCompilationUtilities {
def makeTrivialVerilog: (File => File) = makeHarness((prefix: String) => s"""
module ${prefix};