commit | a58e071c716c1f7c639ed63758c83b14a5ee5f61 | [log] [tgz] |
---|---|---|
author | Reid Kleckner <rnk@google.com> | Wed Feb 03 21:41:12 2016 +0000 |
committer | Reid Kleckner <rnk@google.com> | Wed Feb 03 21:41:12 2016 +0000 |
tree | a3e626359bbe840f8bb0248afa9939b9ebe4e98f | |
parent | e6463c961c5866e1e638c5fc8228ff56636f0a11 [diff] |
Silence -Wsign-conversion issue in ProgramTest.cpp Unfortunately, ProgramInfo::ProcessId is signed on Unix and unsigned on Windows, breaking the standard fix of using '0U' in the gtest expectation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259704 91177308-0d34-0410-b5e6-96231b3b80d8