diff options
Diffstat (limited to 'test/errors/high-form/NegUInt.fir')
| -rw-r--r-- | test/errors/high-form/NegUInt.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errors/high-form/NegUInt.fir b/test/errors/high-form/NegUInt.fir index 35f25013..8249f791 100644 --- a/test/errors/high-form/NegUInt.fir +++ b/test/errors/high-form/NegUInt.fir @@ -4,4 +4,4 @@ circuit Top : module Top : wire x : UInt<4> - x := UInt(-2) + x <= UInt(-2) |
