aboutsummaryrefslogtreecommitdiff
path: root/test/errors
diff options
context:
space:
mode:
authorazidar2016-01-16 15:24:04 -0800
committerazidar2016-01-16 15:24:04 -0800
commitc4271d9e428bba7b447ed6d18fb11729d2b61b22 (patch)
tree4aa99efec08a0161ee960721087c30f577206aa4 /test/errors
parentf087941e66296d295f2f7b5e9a5dd08746238b2f (diff)
Fixed all tests so they either pass are marked as expected failures
Diffstat (limited to 'test/errors')
-rw-r--r--test/errors/type/NodeWithFlips.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errors/type/NodeWithFlips.fir b/test/errors/type/NodeWithFlips.fir
index 80c2b160..0b8b9e6b 100644
--- a/test/errors/type/NodeWithFlips.fir
+++ b/test/errors/type/NodeWithFlips.fir
@@ -1,5 +1,5 @@
; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s
-; CHECK: Node cannot be a bundle type with flips.
+; CHECK: Node must be a ground type.
circuit Top :
module Top :