mirror of
git://sourceware.org/git/libabigail.git
synced 2025-01-18 15:20:45 +00:00
4bc7b5bbea
* src/abg-comparison.cc (corpus_diff::priv::{deleted, added}n_variable_is_suppressed): Fix a typo. * tests/data/test-diff-dwarf/test16-syms-only-v0.cc: Fix a typo in the comments. * tests/data/test-diff-dwarf/test16-syms-only-v1.cc: Likewise. Signed-off-by: Dodji Seketeli <dodji@redhat.com>
8 lines
92 B
C++
8 lines
92 B
C++
// Compile this without debug info:
|
|
// g++ -Wall -c test16-syms-only-v0.cc
|
|
|
|
void
|
|
foo()
|
|
{
|
|
}
|