From 5ab30c681558d2a26000696e518ee5b28deb1303 Mon Sep 17 00:00:00 2001 From: azidar Date: Tue, 26 Jan 2016 14:18:34 -0800 Subject: Updated all tests to pass --- test/errors/high-form/RemoveChar.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/errors/high-form') 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)) -- cgit v1.2.3