aboutsummaryrefslogtreecommitdiff
path: root/test/errors
diff options
context:
space:
mode:
Diffstat (limited to 'test/errors')
-rw-r--r--test/errors/high-form/InvalidLOC.fir4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/errors/high-form/InvalidLOC.fir b/test/errors/high-form/InvalidLOC.fir
index cbbb53a9..a4cc49ef 100644
--- a/test/errors/high-form/InvalidLOC.fir
+++ b/test/errors/high-form/InvalidLOC.fir
@@ -2,15 +2,11 @@
; CHECK: Invalid connect to an expression that is not a reference or a WritePort.
; CHECK: Invalid connect to an expression that is not a reference or a WritePort.
; CHECK: Invalid connect to an expression that is not a reference or a WritePort.
-; CHECK: Invalid connect to an expression that is not a reference or a WritePort.
-; CHECK: Invalid connect to an expression that is not a reference or a WritePort.
circuit Top :
module Top :
wire x : UInt
add(x,x) := UInt(1)
- Register(x,x) := UInt(1)
- ReadPort(x,x,x) := UInt(1)
UInt(1) := UInt(1)
SInt(1) := UInt(1)