diff options
| author | azidar | 2016-01-16 15:24:04 -0800 |
|---|---|---|
| committer | azidar | 2016-01-16 15:24:04 -0800 |
| commit | c4271d9e428bba7b447ed6d18fb11729d2b61b22 (patch) | |
| tree | 4aa99efec08a0161ee960721087c30f577206aa4 /test/errors | |
| parent | f087941e66296d295f2f7b5e9a5dd08746238b2f (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.fir | 2 |
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 : |
