Fix an egregiously broken test. This pattern doesn't work:
authorRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Dec 2012 22:18:04 +0000 (22:18 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Wed, 5 Dec 2012 22:18:04 +0000 (22:18 +0000)
commitc524ec4411503494c5f684a6caaf8003aa48d142
tree8865fda28596fe2d1c2b73fc00d7fad78535645b
parent02631c4e312f0e275a38702d7d0d5ba02c624e3a
Fix an egregiously broken test. This pattern doesn't work:

RUN: a
RUN: b || true

lit expands it to a && b || true, and the || true applies to both commands (thus ignoring failures in 'a')! This is PR10867 again.

llvm-svn: 169434
clang/test/Modules/build-fail-notes.m