aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/CheckSpec.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/scala/firrtlTests/CheckSpec.scala')
-rw-r--r--src/test/scala/firrtlTests/CheckSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/firrtlTests/CheckSpec.scala b/src/test/scala/firrtlTests/CheckSpec.scala
index 7b0f76a7..2fe5baf5 100644
--- a/src/test/scala/firrtlTests/CheckSpec.scala
+++ b/src/test/scala/firrtlTests/CheckSpec.scala
@@ -166,7 +166,7 @@ class CheckSpec extends FlatSpec with Matchers {
| input jtag : {TCK : Clock}
|
| module TheRealTop :
- | input clk : Clock
+ | input clock : Clock
| input reset : UInt<1>
| output io : {flip jtag : {TCK : Clock}}
|