Description: char may be unsigned
 Extends a previous patch.
 .
 cbmc (5.84.0-4) unstable; urgency=low
 .
   * Fix portability problems
Author: Michael Tautschnig <mt@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2023-06-13

--- cbmc-5.84.0.orig/regression/cbmc-incr-smt2/bitvector-bitwise-operators/shift_right.desc
+++ cbmc-5.84.0/regression/cbmc-incr-smt2/bitvector-bitwise-operators/shift_right.desc
@@ -5,7 +5,7 @@ shift_right.c
 \[main\.assertion\.2\] line \d+ Right shifting a positive number has a lower bound of 0: SUCCESS
 \[main\.assertion\.3\] line \d+ Right shifting a negative number has a lower bound value of -1: SUCCESS
 second=128
-result_unsigned=64
+result_unsigned=(64|'@')
 ^EXIT=10$
 ^SIGNAL=0$
 --
