summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog4
-rw-r--r--tests/varlocs.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 6c8a8e18..01620343 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2017-11-16 Mark Wielaard <[email protected]>
+
+ * varlocs.c (main): Fix cfi_debug => cfi_debug_bias typo in assert.
+
2017-11-10 Mark Wielaard <[email protected]>
* run-exprlocs-self.sh: New test.
diff --git a/tests/varlocs.c b/tests/varlocs.c
index 3267198f..0e432296 100644
--- a/tests/varlocs.c
+++ b/tests/varlocs.c
@@ -1031,7 +1031,7 @@ main (int argc, char *argv[])
cfi_debug = dwfl_module_dwarf_cfi (mod, &cfi_debug_bias);
cfi_eh = dwfl_module_eh_cfi (mod, &cfi_eh_bias);
- assert (cfi_debug == 0); // No bias needed, same file.
+ assert (cfi_debug_bias == 0); // No bias needed, same file.
// We are a bit forgiving for object files. There might be
// relocations we don't handle that are needed in some