aboutsummaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/scala/firrtlTests/DCETests.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/scala/firrtlTests/DCETests.scala b/src/test/scala/firrtlTests/DCETests.scala
index 41edfa8b..ea34d4be 100644
--- a/src/test/scala/firrtlTests/DCETests.scala
+++ b/src/test/scala/firrtlTests/DCETests.scala
@@ -109,6 +109,8 @@ class DCETests extends FirrtlFlatSpec {
| input x : UInt<1>
| input y : UInt<1>
| output z : UInt<1>
+ | x is invalid
+ | y is invalid
| z <= x
| module Top :
| input x : UInt<1>