diff options
author | Pavel Labath <pavel@labath.sk> | 2019-04-05 07:56:26 +0000 |
---|---|---|
committer | Pavel Labath <pavel@labath.sk> | 2019-04-05 07:56:26 +0000 |
commit | 546bccf61c620893c0f94c84adf542b0bbad24bb (patch) | |
tree | 0ea72ed9d733346c7e75cff2b01cbbd7d1960bdb /llvm/lib/Object | |
parent | 0376ac1d946466eb346c2055554153e11b0fc3cf (diff) | |
download | bcm5719-llvm-546bccf61c620893c0f94c84adf542b0bbad24bb.tar.gz bcm5719-llvm-546bccf61c620893c0f94c84adf542b0bbad24bb.zip |
TestVCCode_step: replace assertTrue with more specific assertions
When this test fails (flakes) all we get is an error message like "False
is not True". This replaces patterns like assertTrue(a == b) with
assertEqual(a, b), so we get a better error message (and hopefully a
hint as to why the test is flaky).
llvm-svn: 357747
Diffstat (limited to 'llvm/lib/Object')
0 files changed, 0 insertions, 0 deletions