diff options
Diffstat (limited to 'test/errors/init')
| -rw-r--r-- | test/errors/init/Output.fir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errors/init/Output.fir b/test/errors/init/Output.fir index f28d1e0b..0b7a7f80 100644 --- a/test/errors/init/Output.fir +++ b/test/errors/init/Output.fir @@ -7,4 +7,4 @@ circuit Top : wire y : UInt<1> when UInt(0) : - y := UInt(1) + y <= UInt(1) |
