summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/chiselTests/Clock.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/Clock.scala b/src/test/scala/chiselTests/Clock.scala
index 2ae1d3e9..5dea66dc 100644
--- a/src/test/scala/chiselTests/Clock.scala
+++ b/src/test/scala/chiselTests/Clock.scala
@@ -20,7 +20,6 @@ class WithClockAndNoReset extends RawModule {
RegNext(in)
}
- in.asUInt()
out := a
}