aboutsummaryrefslogtreecommitdiff
path: root/test/errors/width/SmallWidth.fir
diff options
context:
space:
mode:
Diffstat (limited to 'test/errors/width/SmallWidth.fir')
-rw-r--r--test/errors/width/SmallWidth.fir3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/errors/width/SmallWidth.fir b/test/errors/width/SmallWidth.fir
index 9e26699e..0ee60ec0 100644
--- a/test/errors/width/SmallWidth.fir
+++ b/test/errors/width/SmallWidth.fir
@@ -1,6 +1,5 @@
; RUN: firrtl -i %s -o %s.v -X verilog -p ciwT 2>&1 | tee %s.out | FileCheck %s
-; CHECK: Width too small for constant "h121".
-; CHECK: Width too small for constant "h13333".
+; CHECK: Width too small for UIntValue.
circuit Top :
module Top :