diff options
Diffstat (limited to 'test/errors/high-form')
| -rw-r--r-- | test/errors/high-form/Prefix.fir | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/errors/high-form/Prefix.fir b/test/errors/high-form/Prefix.fir index ed5245b3..ba4a28a2 100644 --- a/test/errors/high-form/Prefix.fir +++ b/test/errors/high-form/Prefix.fir @@ -1,10 +1,9 @@ ; RUN: firrtl -i %s -o %s.v -X verilog -p c 2>&1 | tee %s.out | FileCheck %s -; CHECK: Reference x$y and x share a prefix. -; XFAIL: * +; CHECK: Symbol x$z$y is a prefix. circuit Top : module Top : - wire x : UInt<1> - wire x$y : UInt<2> + wire x : UInt<2> + wire x$z$y : UInt<1> |
