mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-17 09:26:05 +08:00
Refactor buffer_descriptors test
This commit is contained in:
parent
80d5776c40
commit
4b2dd2fce2
@ -126,7 +126,7 @@ namespace
|
||||
BD::descriptor desc = bd.allocate();
|
||||
|
||||
//CHECK_EQUAL(BUFFER_SIZE, desc.max_size());
|
||||
CHECK_EQUAL(uintptr_t(&buffers[i][0]), uintptr_t(desc.data()));
|
||||
CHECK_EQUAL(&buffers[i][0], desc.data());
|
||||
}
|
||||
}
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user