update suppressions so they work with both the library interface and the standalone executable
This commit is contained in:
@ -5,7 +5,6 @@
|
||||
fun:malloc
|
||||
fun:strdup
|
||||
...
|
||||
fun:_ZN7testing8UnitTest3RunEv
|
||||
}
|
||||
{
|
||||
Run_register_state_1
|
||||
@ -14,7 +13,6 @@
|
||||
fun:malloc
|
||||
fun:register_state
|
||||
...
|
||||
fun:_ZN7testing8TestSuite3RunEv.part.0
|
||||
}
|
||||
{
|
||||
Run_register_state_2
|
||||
@ -23,5 +21,4 @@
|
||||
fun:malloc
|
||||
fun:register_state
|
||||
...
|
||||
fun:_ZN7testing8TestSuite3RunEv
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user