Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix ExceptionTests.Verify after enabling -Waddress flag
Summary: -Waddress is about to be enabled, and it will cause a compilation error: ``` fbcode/dwio/alpha/common/tests/ExceptionTests.cpp:147:13: error: result of comparison against a string literal is unspecified (use an explicit string comparison function instead) [-Werror,-Wstring-compare] "a" == "b", ~~~ ^ ``` Differential Revision: D55153584
- Loading branch information