unittests: Explicitly ignore some return values in crash tests
authorJustin Bogner <mail@justinbogner.com>
Sun, 16 Oct 2016 22:09:24 +0000 (22:09 +0000)
committerJustin Bogner <mail@justinbogner.com>
Sun, 16 Oct 2016 22:09:24 +0000 (22:09 +0000)
commit0db71d9e5802c6e409cc5a593e7a849f780eab13
tree2232103014b57026351974cb1d74307def94582a
parent2ddb279a39e16156ffd12fc63ceda24e232318d9
unittests: Explicitly ignore some return values in crash tests

Ideally these would actually check that the results are reasonable,
but given that we're looping over so many different kinds of path that
isn't really practical.

llvm-svn: 284350
llvm/unittests/Support/Path.cpp