fix InlineFunctionRefTest by eliminating padding
Summary: std::memcmp is only meaningful for trivially-copyable objects with no padding. Before this diff, `func` is empty class and the check can fail since padding byte is undetermined. Reviewed By: yfeldblum Differential Revision: D19460552 fbshipit-source-id: 1b98876a12053c1e7d342e4d8a5fcb25d94f77f3
Showing
Please register or sign in to comment