[ADT] Fix a test case to use a correct escape for a null byte followed
authorChandler Carruth <chandlerc@gmail.com>
Sun, 9 Jul 2017 07:37:47 +0000 (07:37 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Sun, 9 Jul 2017 07:37:47 +0000 (07:37 +0000)
commit170e6ccdf9f57e3df91fcc89a10510f102a5d89f
treef55a965ffe6a602680de6b02873d3d6489df62e6
parent52cec3894aeedca7773e62250c26c595f9daf082
[ADT] Fix a test case to use a correct escape for a null byte followed
by a valid octal digit.

The length argument shows that this was in fact the intent.

This was pointed out in IRC, thanks to eddyb!

llvm-svn: 307496
llvm/unittests/ADT/APFloatTest.cpp