aboutsummaryrefslogtreecommitdiff
path: root/test/errors/high-form
diff options
context:
space:
mode:
authorazidar2016-01-26 14:18:34 -0800
committerazidar2016-01-28 09:25:04 -0800
commit5ab30c681558d2a26000696e518ee5b28deb1303 (patch)
treedcdfaeb3bcb42561e010928712218c8cd3a1b2c7 /test/errors/high-form
parent8c288f7b159b3f4ca1cb0d5c5012eb8fb52d5214 (diff)
Updated all tests to pass
Diffstat (limited to 'test/errors/high-form')
-rw-r--r--test/errors/high-form/RemoveChar.fir2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/errors/high-form/RemoveChar.fir b/test/errors/high-form/RemoveChar.fir
index 9341468c..aa5e8227 100644
--- a/test/errors/high-form/RemoveChar.fir
+++ b/test/errors/high-form/RemoveChar.fir
@@ -6,7 +6,7 @@ circuit Top :
wire x_1 : UInt<1>
x_1 <= UInt(1)
wire x : UInt<1>
- x <= addw(addw(UInt(1),UInt(1)),UInt(1))
+ x <= add(add(UInt(1),UInt(1)),UInt(1))