libostree.sym: Fix test-symbols
The test isn't smart enough to ignore comments, so change the prefix. Closes: #356 Approved by: jlebon
This commit is contained in:
parent
6c7e191147
commit
0134c62157
|
|
@ -350,6 +350,6 @@ global:
|
||||||
/*
|
/*
|
||||||
LIBOSTREE_2016.7 {
|
LIBOSTREE_2016.7 {
|
||||||
global:
|
global:
|
||||||
ostree_some_new_symbol;
|
someostree_some_new_symbol;
|
||||||
} LIBOSTREE_2016.6;
|
} LIBOSTREE_2016.6;
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue