This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [test] Fix copy-paste silliness; ULL can't ever be 32-bit.
ClosedPublic

Authored by STL_MSFT on Nov 22 2016, 4:57 PM.

Details

Summary

[libcxx] [test] Fix copy-paste silliness; ULL can't ever be 32-bit.

Diff Detail

Event Timeline

STL_MSFT updated this revision to Diff 78997.Nov 22 2016, 4:57 PM
STL_MSFT retitled this revision from to [libcxx] [test] Fix copy-paste silliness; ULL can't ever be 32-bit..
STL_MSFT updated this object.
STL_MSFT added reviewers: EricWF, mclow.lists.
STL_MSFT added a subscriber: cfe-commits.
EricWF accepted this revision.Nov 22 2016, 10:42 PM
EricWF edited edge metadata.
This revision is now accepted and ready to land.Nov 22 2016, 10:42 PM
STL_MSFT closed this revision.Nov 23 2016, 2:18 PM

Thanks, r287828.