[pulse] rename function that was never a pulse FP

Summary: Naming it `FP_` was a mistake in the original commit that copied the tests over as pulse has never reported on that method.

Reviewed By: da319

Differential Revision: D13465324

fbshipit-source-id: f8b24ebda
master
Jules Villard 6 years ago committed by Facebook Github Bot
parent 61d75d9991
commit 2bb9e5ad85

@ -231,8 +231,7 @@ struct A2 {
const B* f; const B* f;
}; };
// need interprocedural analysis to fix this void destructor_order_empty_destructor_ok() {
void FP_destructor_order_empty_destructor_ok() {
A2 a; A2 a;
B b; B b;
a.f = &b; a.f = &b;

Loading…
Cancel
Save