This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant".
ClosedPublic

Authored by STL_MSFT on May 5 2017, 3:03 PM.

Details

Summary

[libcxx] [test] Fix MSVC "warning C6326: Potential comparison of a constant with another constant".

The expressions 1 == 1 and true have the same type, value category, and value.

Diff Detail

Event Timeline

STL_MSFT created this revision.May 5 2017, 3:03 PM
EricWF accepted this revision.May 5 2017, 4:37 PM
This revision is now accepted and ready to land.May 5 2017, 4:37 PM
STL_MSFT closed this revision.May 5 2017, 4:52 PM