Skip to content

Commit 6cc0b0e

Browse files
committed
Fix dwarvifier unit test magic numbers
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>
1 parent 35e7cf5 commit 6cc0b0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stirling/source_connectors/dynamic_tracer/dynamic_tracing/dwarvifier_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1820,7 +1820,7 @@ probes {
18201820
scalar_var {
18211821
name: "main__IntStruct_sym_addr1"
18221822
type: UINT64
1823-
constant: "5104096"
1823+
constant: "5104088"
18241824
}
18251825
}
18261826
vars {

0 commit comments

Comments
 (0)