]> granicus.if.org Git - clang/commit
Use new --match-full-lines FileCheck feature for Preprocessor/init.c.
authorJames Y Knight <jyknight@google.com>
Thu, 11 Feb 2016 16:51:29 +0000 (16:51 +0000)
committerJames Y Knight <jyknight@google.com>
Thu, 11 Feb 2016 16:51:29 +0000 (16:51 +0000)
commitbad77a876372fca335027cdfe59df025a18a26c9
tree3cf4818059f1b1e13cf3f32bf184c775d9b191c1
parent73d5bb8e3ab8fa40065a96d718474052e3a79280
Use new --match-full-lines FileCheck feature for Preprocessor/init.c.

This required fixing a few check lines which had omitted trailing
characters, and were passing incorrectly (e.g., asserting that
__UINT64_C_SUFFIX__ is "UL" instead of the "ULL" that it actually is set
to). All were obviously broken tests, not broken code.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260542 91177308-0d34-0410-b5e6-96231b3b80d8
test/Preprocessor/init.c