File: fix_span_test.patch

package info (click to toggle)
dd-opentracing-cpp 1.3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,040 kB
  • sloc: cpp: 40,234; sh: 687; ansic: 27; makefile: 8
file content (17 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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;
     };