From 4264d0c18948905ef0d924002ca828b19a69e69b Mon Sep 17 00:00:00 2001 From: azidar Date: Thu, 30 Jul 2015 16:00:40 -0700 Subject: Updated error and feature tests. Fixed bug in detecting incorrect genders --- test/errors/type/Primop.fir | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/errors/type') diff --git a/test/errors/type/Primop.fir b/test/errors/type/Primop.fir index b3a5dbc6..00bb95a6 100644 --- a/test/errors/type/Primop.fir +++ b/test/errors/type/Primop.fir @@ -3,7 +3,7 @@ ; CHECK: Primop add cannot operate on non-ground types. ; CHECK: Primop add cannot operate on non-ground types. ; CHECK: Primop bits requires all arguments to be UInt type. -; CHECK: Primop mux requires argument SInt(1) to be a UInt type. +; CHECK: Primop mux requires argument SInt("h00000001") to be a UInt type. circuit Top : module Top : -- cgit v1.2.3