mirror of
https://github.com/ETLCPP/etl.git
synced 2026-04-30 19:09:10 +08:00
Refactor buffer_descriptors test
This commit is contained in:
parent
658d592c96
commit
297ef42c60
1
.gitignore
vendored
1
.gitignore
vendored
@ -274,3 +274,4 @@ test/random_pcg.csv
|
||||
test/random_xorshift.csv
|
||||
test/cmake_install.cmake
|
||||
test/Makefile
|
||||
test/vs2019/enc_temp_folder
|
||||
|
||||
@ -125,8 +125,8 @@ 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(BUFFER_SIZE, desc.max_size());
|
||||
CHECK_EQUAL(uintptr_t(&buffers[i][0]), uintptr_t(desc.data()));
|
||||
}
|
||||
}
|
||||
//
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user