This is an archive of the discontinued LLVM Phabricator instance.

Fix _NSCFBoolean data formatter.
ClosedPublic

Authored by JDevlieghere on May 17 2018, 7:18 AM.

Details

Summary

In r265181 the test for the NSCFBoolean data formatter was removed.
Later, in r279353 and r279446 a new implementation was provided for the
formatter, which I believe never worked (and this wasn't caught because
the test was never re-enabled).

This commit fixes the bug and re-enables the old test case.

Diff Detail

Repository
rL LLVM

Event Timeline

JDevlieghere created this revision.May 17 2018, 7:18 AM
davide accepted this revision.May 17 2018, 9:18 AM

LGTM

This revision is now accepted and ready to land.May 17 2018, 9:18 AM
This revision was automatically updated to reflect the committed changes.