Description: Change span_error to an int32_t to avoid a FTBFS
Author: Stephen Gelman <ssgelm@debian.org>
Last-Update: 2022-04-24
Forwarded: no

-- 
--- a/test/span_test.cpp
+++ b/test/span_test.cpp
@@ -298,7 +298,7 @@
 
     struct ErrorTagTestCase {
       ot::Value value;
-      uint32_t span_error;
+      int32_t span_error;
       std::string span_tag;
     };
 
