aboutsummaryrefslogtreecommitdiff
path: root/test/errors/gender/ReadOutput.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/errors/gender/ReadOutput.fir')
-rw-r--r--test/errors/gender/ReadOutput.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errors/gender/ReadOutput.fir b/test/errors/gender/ReadOutput.fir
index fd3607d0..f9e8f7b4 100644
--- a/test/errors/gender/ReadOutput.fir
+++ b/test/errors/gender/ReadOutput.fir
@@ -1,5 +1,5 @@
; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s
-; CHECK: Expression out$y is used as a sink but can only be used as a source.
+; CHECK: Expression out is used as a source but can only be used as a sink.
circuit BTB :
module BTB :