mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-13 09:33:50 +00:00
Remove tautological test line (unsigneds are always >=0).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201451 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a666f9d3a5
commit
76554f3418
@ -322,6 +322,5 @@ TEST_F(MCJITCAPITest, reserve_allocation_space) {
|
||||
EXPECT_LE(MM->UsedDataSizeRO, MM->ReservedDataSizeRO);
|
||||
EXPECT_LE(MM->UsedDataSizeRW, MM->ReservedDataSizeRW);
|
||||
EXPECT_TRUE(MM->UsedCodeSize > 0);
|
||||
EXPECT_TRUE(MM->UsedDataSizeRO >= 0);
|
||||
EXPECT_TRUE(MM->UsedDataSizeRW > 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user